#1BAB9C

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

Shades of Light Sea Green #1BAB9C

Tints of Light Sea Green #1BAB9C

Color information

#1BAB9C (or 0x1BAB9C) is unknown color: approx Light Sea Green. HEX triplet: 1B, AB and 9C. RGB value is (27,171,156). Sum of RGB (Red+Green+Blue) = 27+171+156=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAB9C is #E45463. Grayscale: #7E7E7E. Windows color (decimal): -14963812 or 10267419. OLE color: 10267419.

HSL color Cylindrical-coordinate representation of color #1BAB9C: hue angle of 173.75º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAB9C is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB27171156-
CMYK0.8400.090.33
HSL173.75º72.73%38.82%-
HSV(B)173.75º84.21%67.06%-
XYZ21.0231.7636.47-
YUV126.23144.7957.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.63%
GREEN value IS 171 (67.19% from 255) = 48.31%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=7.63%
G=48.31%
B=44.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271711560.8400.090.33173.7572.7338.82
Hex1BAB9C540921ae4927
Octal332532341240114125611147
Binary110111010101110011100101010001001100001101011101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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