#1DCFB1

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

Shades of Light Sea Green #1DCFB1

Tints of Light Sea Green #1DCFB1

Color information

#1DCFB1 (or 0x1DCFB1) is unknown color: approx Light Sea Green. HEX triplet: 1D, CF and B1. RGB value is (29,207,177). Sum of RGB (Red+Green+Blue) = 29+207+177=413 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.02% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCFB1 is #E2304E. Grayscale: #969696. Windows color (decimal): -14823503 or 11652893. OLE color: 11652893.

HSL color Cylindrical-coordinate representation of color #1DCFB1: hue angle of 169.89º 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 #1DCFB1 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB29207177-
CMYK0.8600.140.19
HSL169.89º75.42%46.27%-
HSV(B)169.89º85.99%81.18%-
XYZ30.7648.0649.25-
YUV150.36143.0341.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.02%
GREEN value IS 207 (81.25% from 255) = 50.12%
BLUE value IS 177 (69.53% from 255) = 42.86%
R=7.02%
G=50.12%
B=42.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal292071770.8600.140.19169.8975.4246.27
Hex1DCFB1560E13aa4b2e
Octal353172611260162325211356
Binary11101110011111011000110101100111010011101010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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