Html Css Color HEX #1DBFB9 Light Sea Green

📋 copy color: '#1DBFB9'

red 29 ◦ green 191 ◦ blue 185

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

Shades of Light Sea Green #1DBFB9

Tints of Light Sea Green #1DBFB9

RGB

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

 GREEN value IS 191 (75% from 255) = 47.16%

 BLUE value IS 185 (72.66% from 255) = 45.68%

R = 7.16%
G = 47.16%
B = 45.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#1DBFB9 (or 0x1DBFB9) is known color: Light Sea Green. HEX triplet: 1D, BF and B9. RGB value is (29,191,185). Sum of RGB (Red+Green+Blue) = 29+191+185=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBFB9 is #E24046. Grayscale: #8D8D8D. Windows color (decimal): -14827591 or 12173085. OLE color: 12173085.

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

Color convert

RGB 29 191 185 -
CMYK 0.85 0 0.03 0.25
HSL 177.78º 0.74% 0.43% -
HSV(B) 177.78º 0.85% 0.75% -
XYZ 27.89 41.03 52.35 -
YUV 141.88 152.33 47.49 -
System Red Green Blue C M Y K H S L
Decimal 29 191 185 0.85 0 0.03 0.25 177.78 0.74 0.43
Hex 1D BF B9 55 0 3 19 B2 4A 2B
Octal 35 277 271 125 0 3 31 262 112 53
Binary 11101 10111111 10111001 1010101 0 11 11001 10110010 1001010 101011

Color Harmonies of #1DBFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBFB9

Black with #1DBFB9

Text Example


Text Example

White with #1DBFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,191,185); }

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

background-color css

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

 a { background-color: rgb(29,191,185); }

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

border-color css

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

 span { border-color: rgb(29,191,185); }

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