#1BCCB7

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

Shades of Light Sea Green #1BCCB7

Tints of Light Sea Green #1BCCB7

Color information

#1BCCB7 (or 0x1BCCB7) is unknown color: approx Light Sea Green. HEX triplet: 1B, CC and B7. RGB value is (27,204,183). Sum of RGB (Red+Green+Blue) = 27+204+183=414 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.52% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCB7 is #E43348. Grayscale: #949494. Windows color (decimal): -14955337 or 12045339. OLE color: 12045339.

HSL color Cylindrical-coordinate representation of color #1BCCB7: hue angle of 172.88º 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 #1BCCB7 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB27204183-
CMYK0.8700.100.2
HSL172.88º76.62%45.29%-
HSV(B)172.88º86.76%80%-
XYZ30.5946.8452.23-
YUV148.68147.3641.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.52%
GREEN value IS 204 (80.08% from 255) = 49.28%
BLUE value IS 183 (71.88% from 255) = 44.20%
R=6.52%
G=49.28%
B=44.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal272041830.8700.100.2172.8876.6245.29
Hex1BCCB7570A14ad4d2d
Octal333142671270122425511555
Binary11011110011001011011110101110101010100101011011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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