Html Css Color HEX #1DCAB9 Light Sea Green

📋 copy color: '#1DCAB9'

red 29 ◦ green 202 ◦ blue 185

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

Shades of Light Sea Green #1DCAB9

Tints of Light Sea Green #1DCAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.47%

R = 6.97%
G = 48.56%
B = 44.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#1DCAB9 (or 0x1DCAB9) is known color: Light Sea Green. HEX triplet: 1D, CA and B9. RGB value is (29,202,185). Sum of RGB (Red+Green+Blue) = 29+202+185=416 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.97% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCAB9 is #E23546. Grayscale: #949494. Windows color (decimal): -14824775 or 12175901. OLE color: 12175901.

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

Color convert

RGB 29 202 185 -
CMYK 0.86 0 0.08 0.21
HSL 174.1º 0.75% 0.45% -
HSV(B) 174.1º 0.86% 0.79% -
XYZ 30.38 46.01 53.18 -
YUV 148.34 148.69 42.88 -
System Red Green Blue C M Y K H S L
Decimal 29 202 185 0.86 0 0.08 0.21 174.1 0.75 0.45
Hex 1D CA B9 56 0 8 15 AE 4B 2D
Octal 35 312 271 126 0 10 25 256 113 55
Binary 11101 11001010 10111001 1010110 0 1000 10101 10101110 1001011 101101

Color Harmonies of #1DCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCAB9

Black with #1DCAB9

Text Example


Text Example

White with #1DCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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