#1BCCAB

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

Shades of Light Sea Green #1BCCAB

Tints of Light Sea Green #1BCCAB

Color information

#1BCCAB (or 0x1BCCAB) is unknown color: approx Light Sea Green. HEX triplet: 1B, CC and AB. RGB value is (27,204,171). Sum of RGB (Red+Green+Blue) = 27+204+171=402 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.72% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCCAB is #E43354. Grayscale: #939393. Windows color (decimal): -14955349 or 11258907. OLE color: 11258907.

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

Color convert

RGB27204171-
CMYK0.8700.160.2
HSL168.81º76.62%45.29%-
HSV(B)168.81º86.76%80%-
XYZ29.446.3645.93-
YUV147.32141.3642.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.72%
GREEN value IS 204 (80.08% from 255) = 50.75%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=6.72%
G=50.75%
B=42.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal272041710.8700.160.2168.8176.6245.29
Hex1BCCAB5701014a94d2d
Octal333142531270202425111555
Binary110111100110010101011101011101000010100101010011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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