Html Css Color HEX #1DBAA0 Light Sea Green

📋 copy color: '#1DBAA0'

red 29 ◦ green 186 ◦ blue 160

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

Shades of Light Sea Green #1DBAA0

Tints of Light Sea Green #1DBAA0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.6%

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

R = 7.73%
G = 49.6%
B = 42.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#1DBAA0 (or 0x1DBAA0) is known color: Light Sea Green. HEX triplet: 1D, BA and A0. RGB value is (29,186,160). Sum of RGB (Red+Green+Blue) = 29+186+160=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBAA0 is #E2455F. Grayscale: #888888. Windows color (decimal): -14828896 or 10533405. OLE color: 10533405.

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

Color convert

RGB 29 186 160 -
CMYK 0.84 0 0.14 0.27
HSL 170.06º 0.73% 0.42% -
HSV(B) 170.06º 0.84% 0.73% -
XYZ 24.41 37.92 39.29 -
YUV 136.09 141.49 51.61 -
System Red Green Blue C M Y K H S L
Decimal 29 186 160 0.84 0 0.14 0.27 170.06 0.73 0.42
Hex 1D BA A0 54 0 E 1B AA 49 2A
Octal 35 272 240 124 0 16 33 252 111 52
Binary 11101 10111010 10100000 1010100 0 1110 11011 10101010 1001001 101010

Color Harmonies of #1DBAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBAA0

Black with #1DBAA0

Text Example


Text Example

White with #1DBAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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