Html Css Color HEX #1DBBA8 Light Sea Green

📋 copy color: '#1DBBA8'

red 29 ◦ green 187 ◦ blue 168

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

Shades of Light Sea Green #1DBBA8

Tints of Light Sea Green #1DBBA8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.7%

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

R = 7.55%
G = 48.7%
B = 43.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#1DBBA8 (or 0x1DBBA8) is known color: Light Sea Green. HEX triplet: 1D, BB and A8. RGB value is (29,187,168). Sum of RGB (Red+Green+Blue) = 29+187+168=384 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.55% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBBA8 is #E24457. Grayscale: #898989. Windows color (decimal): -14828632 or 11057949. OLE color: 11057949.

HSL color Cylindrical-coordinate representation of color #1DBBA8: hue angle of 172.78º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBBA8 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 187 168 -
CMYK 0.84 0 0.10 0.27
HSL 172.78º 0.73% 0.42% -
HSV(B) 172.78º 0.84% 0.73% -
XYZ 25.34 38.63 43.17 -
YUV 137.59 145.15 50.54 -
System Red Green Blue C M Y K H S L
Decimal 29 187 168 0.84 0 0.10 0.27 172.78 0.73 0.42
Hex 1D BB A8 54 0 A 1B AD 49 2A
Octal 35 273 250 124 0 12 33 255 111 52
Binary 11101 10111011 10101000 1010100 0 1010 11011 10101101 1001001 101010

Color Harmonies of #1DBBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBBA8

Black with #1DBBA8

Text Example


Text Example

White with #1DBBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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