Html Css Color HEX #1DCBA8 Light Sea Green

📋 copy color: '#1DCBA8'

red 29 ◦ green 203 ◦ blue 168

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

Shades of Light Sea Green #1DCBA8

Tints of Light Sea Green #1DCBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42%

R = 7.25%
G = 50.75%
B = 42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#1DCBA8 (or 0x1DCBA8) is known color: Light Sea Green. HEX triplet: 1D, CB and A8. RGB value is (29,203,168). Sum of RGB (Red+Green+Blue) = 29+203+168=400 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.25% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCBA8 is #E23457. Grayscale: #929292. Windows color (decimal): -14824536 or 11062045. OLE color: 11062045.

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

Color convert

RGB 29 203 168 -
CMYK 0.86 0 0.17 0.20
HSL 167.93º 0.75% 0.45% -
HSV(B) 167.93º 0.86% 0.8% -
XYZ 28.93 45.8 44.36 -
YUV 146.98 139.85 43.85 -
System Red Green Blue C M Y K H S L
Decimal 29 203 168 0.86 0 0.17 0.20 167.93 0.75 0.45
Hex 1D CB A8 56 0 11 14 A8 4B 2D
Octal 35 313 250 126 0 21 24 250 113 55
Binary 11101 11001011 10101000 1010110 0 10001 10100 10101000 1001011 101101

Color Harmonies of #1DCBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBA8

Black with #1DCBA8

Text Example


Text Example

White with #1DCBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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