#1dccb2

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

Shades of Light Sea Green #1DCCB2

Tints of Light Sea Green #1DCCB2

Color information

#1DCCB2 (or 0x1DCCB2) is unknown color: approx Light Sea Green. HEX triplet: 1D, CC and B2. RGB value is (29,204,178). Sum of RGB (Red+Green+Blue) = 29+204+178=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCCB2 is #E2334D. Grayscale: #949494. Windows color (decimal): -14824270 or 11717661. OLE color: 11717661.

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

Color convert

RGB29204178-
CMYK0.8600.130.2
HSL171.09º75.11%45.69%-
HSV(B)171.09º85.78%80%-
XYZ30.1446.6649.54-
YUV148.71144.5242.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.06%
GREEN value IS 204 (80.08% from 255) = 49.64%
BLUE value IS 178 (69.92% from 255) = 43.31%
R=7.06%
G=49.64%
B=43.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal292041780.8600.130.2171.0975.1145.69
Hex1DCCB2560D14ab4b2e
Octal353142621260152425311356
Binary11101110011001011001010101100110110100101010111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1dccb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,204,178); }

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

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

 a { background-color: rgb(29,204,178); }

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

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

 span { border-color: rgb(29,204,178); }

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