#1BCCBC

Color #1BCCBC Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1BCCBC

Tints of Light Sea Green #1BCCBC

Color information

#1BCCBC (or 0x1BCCBC) is unknown color: approx Light Sea Green. HEX triplet: 1B, CC and BC. RGB value is (27,204,188). Sum of RGB (Red+Green+Blue) = 27+204+188=419 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.44% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCBC is #E43343. Grayscale: #959595. Windows color (decimal): -14955332 or 12373019. OLE color: 12373019.

HSL color Cylindrical-coordinate representation of color #1BCCBC: hue angle of 174.58º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCCBC is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB27204188-
CMYK0.8700.080.2
HSL174.58º76.62%45.29%-
HSV(B)174.58º86.76%80%-
XYZ31.1247.0555.02-
YUV149.25149.8640.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 6.44%
GREEN value IS 204 (80.08% from 255) = 48.69%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=6.44%
G=48.69%
B=44.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal272041880.8700.080.2174.5876.6245.29
Hex1BCCBC570814af4d2d
Octal333142741270102425711555
Binary11011110011001011110010101110100010100101011111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BCCBC; }

 p { color: rgb(27,204,188); }

 H1.HeaderClassName
 {
   color: #1BCCBC;
 }
 .AnyTagClassName
 {
   color: #1BCCBC;
 }
</style>
background-color css

<style>
 a { background-color: #1BCCBC; }

 a { background-color: rgb(27,204,188); }

 div.DivClassName
 {
   background-color: #1BCCBC;
 }
 .BgClassName
 {
   background-color: #1BCCBC;
 }
</style>
border-color css

<style>
 span { border-color: #1BCCBC; }

 span { border-color: rgb(27,204,188); }

 td.TdClassName
 {
   border-color: #1BCCBC;
 }
 .TagClassName
 {
   border-color: #1BCCBC;
 }
</style>