Html Css Color HEX #1DBBA5 Light Sea Green

📋 copy color: '#1DBBA5'

red 29 ◦ green 187 ◦ blue 165

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

Shades of Light Sea Green #1DBBA5

Tints of Light Sea Green #1DBBA5

RGB

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

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

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

R = 7.61%
G = 49.08%
B = 43.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#1DBBA5 (or 0x1DBBA5) is known color: Light Sea Green. HEX triplet: 1D, BB and A5. RGB value is (29,187,165). Sum of RGB (Red+Green+Blue) = 29+187+165=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBBA5 is #E2445A. Grayscale: #898989. Windows color (decimal): -14828635 or 10861341. OLE color: 10861341.

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

Color convert

RGB 29 187 165 -
CMYK 0.84 0 0.12 0.27
HSL 171.65º 0.73% 0.42% -
HSV(B) 171.65º 0.84% 0.73% -
XYZ 25.07 38.52 41.71 -
YUV 137.25 143.65 50.79 -
System Red Green Blue C M Y K H S L
Decimal 29 187 165 0.84 0 0.12 0.27 171.65 0.73 0.42
Hex 1D BB A5 54 0 C 1B AC 49 2A
Octal 35 273 245 124 0 14 33 254 111 52
Binary 11101 10111011 10100101 1010100 0 1100 11011 10101100 1001001 101010

Color Harmonies of #1DBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBBA5

Black with #1DBBA5

Text Example


Text Example

White with #1DBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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