Html Css Color HEX #1DCBAC Light Sea Green

📋 copy color: '#1DCBAC'

red 29 ◦ green 203 ◦ blue 172

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

Shades of Light Sea Green #1DCBAC

Tints of Light Sea Green #1DCBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.25%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 7.18%
G = 50.25%
B = 42.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#1DCBAC (or 0x1DCBAC) is known color: Light Sea Green. HEX triplet: 1D, CB and AC. RGB value is (29,203,172). Sum of RGB (Red+Green+Blue) = 29+203+172=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCBAC is #E23453. Grayscale: #939393. Windows color (decimal): -14824532 or 11324189. OLE color: 11324189.

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

Color convert

RGB 29 203 172 -
CMYK 0.86 0 0.15 0.20
HSL 169.31º 0.75% 0.45% -
HSV(B) 169.31º 0.86% 0.8% -
XYZ 29.31 45.95 46.35 -
YUV 147.44 141.85 43.52 -
System Red Green Blue C M Y K H S L
Decimal 29 203 172 0.86 0 0.15 0.20 169.31 0.75 0.45
Hex 1D CB AC 56 0 F 14 A9 4B 2D
Octal 35 313 254 126 0 17 24 251 113 55
Binary 11101 11001011 10101100 1010110 0 1111 10100 10101001 1001011 101101

Color Harmonies of #1DCBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBAC

Black with #1DCBAC

Text Example


Text Example

White with #1DCBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,203,172); }

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

background-color css

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

 a { background-color: rgb(29,203,172); }

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

border-color css

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

 span { border-color: rgb(29,203,172); }

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