Html Css Color HEX #1DCBAF Light Sea Green

📋 copy color: '#1DCBAF'

red 29 ◦ green 203 ◦ blue 175

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

Shades of Light Sea Green #1DCBAF

Tints of Light Sea Green #1DCBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 7.13%
G = 49.88%
B = 43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#1DCBAF (or 0x1DCBAF) is known color: Light Sea Green. HEX triplet: 1D, CB and AF. RGB value is (29,203,175). Sum of RGB (Red+Green+Blue) = 29+203+175=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCBAF is #E23450. Grayscale: #939393. Windows color (decimal): -14824529 or 11520797. OLE color: 11520797.

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

Color convert

RGB 29 203 175 -
CMYK 0.86 0 0.14 0.20
HSL 170.34º 0.75% 0.45% -
HSV(B) 170.34º 0.86% 0.8% -
XYZ 29.6 46.07 47.89 -
YUV 147.78 143.35 43.28 -
System Red Green Blue C M Y K H S L
Decimal 29 203 175 0.86 0 0.14 0.20 170.34 0.75 0.45
Hex 1D CB AF 56 0 E 14 AA 4B 2D
Octal 35 313 257 126 0 16 24 252 113 55
Binary 11101 11001011 10101111 1010110 0 1110 10100 10101010 1001011 101101

Color Harmonies of #1DCBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBAF

Black with #1DCBAF

Text Example


Text Example

White with #1DCBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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