#1DC1B0

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

Shades of Light Sea Green #1DC1B0

Tints of Light Sea Green #1DC1B0

Color information

#1DC1B0 (or 0x1DC1B0) is unknown color: approx Light Sea Green. HEX triplet: 1D, C1 and B0. RGB value is (29,193,176). Sum of RGB (Red+Green+Blue) = 29+193+176=398 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.29% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC1B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC1B0 is #E23E4F. Grayscale: #8D8D8D. Windows color (decimal): -14827088 or 11583773. OLE color: 11583773.

HSL color Cylindrical-coordinate representation of color #1DC1B0: hue angle of 173.78º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC1B0 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB29193176-
CMYK0.8500.090.24
HSL173.78º73.87%43.53%-
HSV(B)173.78º84.97%75.69%-
XYZ27.4141.5447.65-
YUV142.03147.1747.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.29%
GREEN value IS 193 (75.78% from 255) = 48.49%
BLUE value IS 176 (69.14% from 255) = 44.22%
R=7.29%
G=48.49%
B=44.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal291931760.8500.090.24173.7873.8743.53
Hex1DC1B0550918ae4a2c
Octal353012601250113025611254
Binary11101110000011011000010101010100111000101011101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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