Html Css Color HEX #76EDB8 Downy

📋 copy color: '#76EDB8'

red 118 ◦ green 237 ◦ blue 184

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

Shades of Downy #76EDB8

Tints of Downy #76EDB8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.97%

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 21.89%
G = 43.97%
B = 34.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#76EDB8 (or 0x76EDB8) is known color: Downy. HEX triplet: 76, ED and B8. RGB value is (118,237,184). Sum of RGB (Red+Green+Blue) = 118+237+184=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #76EDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EDB8 is #891247. Grayscale: #C3C3C3. Windows color (decimal): -8983112 or 12119414. OLE color: 12119414.

HSL color Cylindrical-coordinate representation of color #76EDB8: hue angle of 153.28º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EDB8 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 237 184 -
CMYK 0.50 0 0.22 0.07
HSL 153.28º 0.77% 0.7% -
HSV(B) 153.28º 0.5% 0.93% -
XYZ 46.41 67.88 56 -
YUV 195.38 121.58 72.81 -
System Red Green Blue C M Y K H S L
Decimal 118 237 184 0.50 0 0.22 0.07 153.28 0.77 0.7
Hex 76 ED B8 32 0 16 7 99 4D 46
Octal 166 355 270 62 0 26 7 231 115 106
Binary 1110110 11101101 10111000 110010 0 10110 111 10011001 1001101 1000110

Color Harmonies of #76EDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EDB8

Black with #76EDB8

Text Example


Text Example

White with #76EDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,237,184); }

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

background-color css

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

 a { background-color: rgb(118,237,184); }

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

border-color css

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

 span { border-color: rgb(118,237,184); }

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