Html Css Color HEX #76DDB9 Downy

📋 copy color: '#76DDB9'

red 118 ◦ green 221 ◦ blue 185

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

Shades of Downy #76DDB9

Tints of Downy #76DDB9

RGB

 RED value IS 118 (46.48% from 255) = 22.52%

 GREEN value IS 221 (86.72% from 255) = 42.18%

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

R = 22.52%
G = 42.18%
B = 35.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#76DDB9 (or 0x76DDB9) is known color: Downy. HEX triplet: 76, DD and B9. RGB value is (118,221,185). Sum of RGB (Red+Green+Blue) = 118+221+185=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDB9 is #892246. Grayscale: #BABABA. Windows color (decimal): -8987207 or 12180854. OLE color: 12180854.

HSL color Cylindrical-coordinate representation of color #76DDB9: hue angle of 159.03º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDB9 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 185 -
CMYK 0.47 0 0.16 0.13
HSL 159.03º 0.6% 0.66% -
HSV(B) 159.03º 0.47% 0.87% -
XYZ 42.08 59.07 55.08 -
YUV 186.1 127.38 79.43 -
System Red Green Blue C M Y K H S L
Decimal 118 221 185 0.47 0 0.16 0.13 159.03 0.6 0.66
Hex 76 DD B9 2F 0 10 D 9F 3C 42
Octal 166 335 271 57 0 20 15 237 74 102
Binary 1110110 11011101 10111001 101111 0 10000 1101 10011111 111100 1000010

Color Harmonies of #76DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDB9

Black with #76DDB9

Text Example


Text Example

White with #76DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76DDB9; }

 p { color: rgb(118,221,185); }

 H1.HeaderClassName
 {
   color: #76DDB9;
 }
 .AnyTagClassName
 {
   color: #76DDB9;
 }
</style>

background-color css

<style>
 a { background-color: #76DDB9; }

 a { background-color: rgb(118,221,185); }

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

border-color css

<style>
 span { border-color: #76DDB9; }

 span { border-color: rgb(118,221,185); }

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