Html Css Color HEX #1DCAB3 Light Sea Green

📋 copy color: '#1DCAB3'

red 29 ◦ green 202 ◦ blue 179

#1DCAB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #1DCAB3

Tints of Light Sea Green #1DCAB3

RGB

 RED value IS 29 (11.72% from 255) = 7.07%

 GREEN value IS 202 (79.3% from 255) = 49.27%

 BLUE value IS 179 (70.31% from 255) = 43.66%

R = 7.07%
G = 49.27%
B = 43.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#1DCAB3 (or 0x1DCAB3) is known color: Light Sea Green. HEX triplet: 1D, CA and B3. RGB value is (29,202,179). Sum of RGB (Red+Green+Blue) = 29+202+179=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCAB3 is #E2354C. Grayscale: #939393. Windows color (decimal): -14824781 or 11782685. OLE color: 11782685.

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

Color convert

RGB 29 202 179 -
CMYK 0.86 0 0.11 0.21
HSL 172.02º 0.75% 0.45% -
HSV(B) 172.02º 0.86% 0.79% -
XYZ 29.76 45.76 49.91 -
YUV 147.65 145.69 43.37 -
System Red Green Blue C M Y K H S L
Decimal 29 202 179 0.86 0 0.11 0.21 172.02 0.75 0.45
Hex 1D CA B3 56 0 B 15 AC 4B 2D
Octal 35 312 263 126 0 13 25 254 113 55
Binary 11101 11001010 10110011 1010110 0 1011 10101 10101100 1001011 101101

Color Harmonies of #1DCAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCAB3

Black with #1DCAB3

Text Example


Text Example

White with #1DCAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,202,179); }

 H1.HeaderClassName
 {
   color: #1DCAB3;
 }
 .AnyTagClassName
 {
   color: #1DCAB3;
 }
</style>

background-color css

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

 a { background-color: rgb(29,202,179); }

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

border-color css

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

 span { border-color: rgb(29,202,179); }

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