#1DB8A8

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

Shades of Light Sea Green #1DB8A8

Tints of Light Sea Green #1DB8A8

Color information

#1DB8A8 (or 0x1DB8A8) is unknown color: approx Light Sea Green. HEX triplet: 1D, B8 and A8. RGB value is (29,184,168). Sum of RGB (Red+Green+Blue) = 29+184+168=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB8A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB8A8 is #E24757. Grayscale: #878787. Windows color (decimal): -14829400 or 11057181. OLE color: 11057181.

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

Color convert

RGB29184168-
CMYK0.8400.090.28
HSL173.81º72.77%41.76%-
HSV(B)173.81º84.24%72.16%-
XYZ24.7237.3742.96-
YUV135.83146.1551.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.61%
GREEN value IS 184 (72.27% from 255) = 48.29%
BLUE value IS 168 (66.02% from 255) = 44.09%
R=7.61%
G=48.29%
B=44.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal291841680.8400.090.28173.8172.7741.76
Hex1DB8A854091Cae492a
Octal352702501240113425611152
Binary11101101110001010100010101000100111100101011101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,184,168); }

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

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

 a { background-color: rgb(29,184,168); }

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

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

 span { border-color: rgb(29,184,168); }

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