Html Css Color HEX #1DCCAB Light Sea Green

📋 copy color: '#1DCCAB'

red 29 ◦ green 204 ◦ blue 171

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

Shades of Light Sea Green #1DCCAB

Tints of Light Sea Green #1DCCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.5%

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 7.18%
G = 50.5%
B = 42.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#1DCCAB (or 0x1DCCAB) is known color: Light Sea Green. HEX triplet: 1D, CC and AB. RGB value is (29,204,171). Sum of RGB (Red+Green+Blue) = 29+204+171=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCCAB is #E23354. Grayscale: #939393. Windows color (decimal): -14824277 or 11258909. OLE color: 11258909.

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

Color convert

RGB 29 204 171 -
CMYK 0.86 0 0.16 0.2
HSL 168.69º 0.75% 0.46% -
HSV(B) 168.69º 0.86% 0.8% -
XYZ 29.45 46.39 45.93 -
YUV 147.91 141.02 43.18 -
System Red Green Blue C M Y K H S L
Decimal 29 204 171 0.86 0 0.16 0.2 168.69 0.75 0.46
Hex 1D CC AB 56 0 10 14 A9 4B 2E
Octal 35 314 253 126 0 20 24 251 113 56
Binary 11101 11001100 10101011 1010110 0 10000 10100 10101001 1001011 101110

Color Harmonies of #1DCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCCAB

Black with #1DCCAB

Text Example


Text Example

White with #1DCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,204,171); }

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

background-color css

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

 a { background-color: rgb(29,204,171); }

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

border-color css

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

 span { border-color: rgb(29,204,171); }

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