Html Css Color HEX #1DBDA0 Light Sea Green

📋 copy color: '#1DBDA0'

red 29 ◦ green 189 ◦ blue 160

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

Shades of Light Sea Green #1DBDA0

Tints of Light Sea Green #1DBDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50%

 BLUE value IS 160 (62.89% from 255) = 42.33%

R = 7.67%
G = 50%
B = 42.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#1DBDA0 (or 0x1DBDA0) is known color: Light Sea Green. HEX triplet: 1D, BD and A0. RGB value is (29,189,160). Sum of RGB (Red+Green+Blue) = 29+189+160=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBDA0 is #E2425F. Grayscale: #898989. Windows color (decimal): -14828128 or 10534173. OLE color: 10534173.

HSL color Cylindrical-coordinate representation of color #1DBDA0: hue angle of 169.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBDA0 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 189 160 -
CMYK 0.85 0 0.15 0.26
HSL 169.13º 0.73% 0.43% -
HSV(B) 169.13º 0.85% 0.74% -
XYZ 25.05 39.19 39.5 -
YUV 137.85 140.49 50.36 -
System Red Green Blue C M Y K H S L
Decimal 29 189 160 0.85 0 0.15 0.26 169.13 0.73 0.43
Hex 1D BD A0 55 0 F 1A A9 49 2B
Octal 35 275 240 125 0 17 32 251 111 53
Binary 11101 10111101 10100000 1010101 0 1111 11010 10101001 1001001 101011

Color Harmonies of #1DBDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBDA0

Black with #1DBDA0

Text Example


Text Example

White with #1DBDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,189,160); }

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

background-color css

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

 a { background-color: rgb(29,189,160); }

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

border-color css

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

 span { border-color: rgb(29,189,160); }

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