#1DCBB5

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

Shades of Light Sea Green #1DCBB5

Tints of Light Sea Green #1DCBB5

Color information

#1DCBB5 (or 0x1DCBB5) is unknown color: approx Light Sea Green. HEX triplet: 1D, CB and B5. RGB value is (29,203,181). Sum of RGB (Red+Green+Blue) = 29+203+181=413 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.02% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBB5 is #E2344A. Grayscale: #949494. Windows color (decimal): -14824523 or 11914013. OLE color: 11914013.

HSL color Cylindrical-coordinate representation of color #1DCBB5: hue angle of 172.41º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCBB5 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB29203181-
CMYK0.8600.110.20
HSL172.41º75%45.49%-
HSV(B)172.41º85.71%79.61%-
XYZ30.246.3151.06-
YUV148.47146.3542.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.02%
GREEN value IS 203 (79.69% from 255) = 49.15%
BLUE value IS 181 (71.09% from 255) = 43.83%
R=7.02%
G=49.15%
B=43.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal292031810.8600.110.20172.417545.49
Hex1DCBB5560B14ac4b2d
Octal353132651260132425411355
Binary11101110010111011010110101100101110100101011001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,203,181); }

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

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

 a { background-color: rgb(29,203,181); }

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

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

 span { border-color: rgb(29,203,181); }

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