#1DABAE

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

Shades of Light Sea Green #1DABAE

Tints of Light Sea Green #1DABAE

Color information

#1DABAE (or 0x1DABAE) is unknown color: approx Light Sea Green. HEX triplet: 1D, AB and AE. RGB value is (29,171,174). Sum of RGB (Red+Green+Blue) = 29+171+174=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #1DABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DABAE is #E25451. Grayscale: #808080. Windows color (decimal): -14832722 or 11447069. OLE color: 11447069.

HSL color Cylindrical-coordinate representation of color #1DABAE: hue angle of 181.24º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DABAE is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB29171174-
CMYK0.830.0200.32
HSL181.24º71.43%39.8%-
HSV(B)181.24º83.33%68.24%-
XYZ22.7132.4445.11-
YUV128.88153.4656.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.75%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=7.75%
G=45.72%
B=46.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal291711740.830.0200.32181.2471.4339.8
Hex1DABAE532020b54728
Octal35253256123204026510750
Binary1110110101011101011101010011100100000101101011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,171,174); }

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

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

 a { background-color: rgb(29,171,174); }

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

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

 span { border-color: rgb(29,171,174); }

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