#1DCFB0

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

Shades of Light Sea Green #1DCFB0

Tints of Light Sea Green #1DCFB0

Color information

#1DCFB0 (or 0x1DCFB0) is unknown color: approx Light Sea Green. HEX triplet: 1D, CF and B0. RGB value is (29,207,176). Sum of RGB (Red+Green+Blue) = 29+207+176=412 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.04% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCFB0 is #E2304F. Grayscale: #969696. Windows color (decimal): -14823504 or 11587357. OLE color: 11587357.

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

Color convert

RGB29207176-
CMYK0.8600.150.19
HSL169.55º75.42%46.27%-
HSV(B)169.55º85.99%81.18%-
XYZ30.6648.0248.73-
YUV150.24142.5341.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.04%
GREEN value IS 207 (81.25% from 255) = 50.24%
BLUE value IS 176 (69.14% from 255) = 42.72%
R=7.04%
G=50.24%
B=42.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal292071760.8600.150.19169.5575.4246.27
Hex1DCFB0560F13aa4b2e
Octal353172601260172325211356
Binary11101110011111011000010101100111110011101010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,207,176); }

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

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

 a { background-color: rgb(29,207,176); }

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

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

 span { border-color: rgb(29,207,176); }

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