Html Css Color HEX #1DBBAB Light Sea Green

📋 copy color: '#1DBBAB'

red 29 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #1DBBAB

Tints of Light Sea Green #1DBBAB

RGB

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

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

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

R = 7.49%
G = 48.32%
B = 44.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#1DBBAB (or 0x1DBBAB) is known color: Light Sea Green. HEX triplet: 1D, BB and AB. RGB value is (29,187,171). Sum of RGB (Red+Green+Blue) = 29+187+171=387 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.49% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBBAB is #E24454. Grayscale: #898989. Windows color (decimal): -14828629 or 11254557. OLE color: 11254557.

HSL color Cylindrical-coordinate representation of color #1DBBAB: hue angle of 173.92º 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 #1DBBAB is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 187 171 -
CMYK 0.84 0 0.09 0.27
HSL 173.92º 0.73% 0.42% -
HSV(B) 173.92º 0.84% 0.73% -
XYZ 25.63 38.74 44.66 -
YUV 137.93 146.65 50.3 -
System Red Green Blue C M Y K H S L
Decimal 29 187 171 0.84 0 0.09 0.27 173.92 0.73 0.42
Hex 1D BB AB 54 0 9 1B AE 49 2A
Octal 35 273 253 124 0 11 33 256 111 52
Binary 11101 10111011 10101011 1010100 0 1001 11011 10101110 1001001 101010

Color Harmonies of #1DBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBBAB

Black with #1DBBAB

Text Example


Text Example

White with #1DBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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