Html Css Color HEX #1DBAA5 Light Sea Green

📋 copy color: '#1DBAA5'

red 29 ◦ green 186 ◦ blue 165

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

Shades of Light Sea Green #1DBAA5

Tints of Light Sea Green #1DBAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.42%

R = 7.63%
G = 48.95%
B = 43.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#1DBAA5 (or 0x1DBAA5) is known color: Light Sea Green. HEX triplet: 1D, BA and A5. RGB value is (29,186,165). Sum of RGB (Red+Green+Blue) = 29+186+165=380 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.63% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBAA5 is #E2455A. Grayscale: #888888. Windows color (decimal): -14828891 or 10861085. OLE color: 10861085.

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

Color convert

RGB 29 186 165 -
CMYK 0.84 0 0.11 0.27
HSL 171.97º 0.73% 0.42% -
HSV(B) 171.97º 0.84% 0.73% -
XYZ 24.86 38.1 41.64 -
YUV 136.66 143.99 51.21 -
System Red Green Blue C M Y K H S L
Decimal 29 186 165 0.84 0 0.11 0.27 171.97 0.73 0.42
Hex 1D BA A5 54 0 B 1B AC 49 2A
Octal 35 272 245 124 0 13 33 254 111 52
Binary 11101 10111010 10100101 1010100 0 1011 11011 10101100 1001001 101010

Color Harmonies of #1DBAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBAA5

Black with #1DBAA5

Text Example


Text Example

White with #1DBAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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