Html Css Color HEX #76E6C5 Downy

📋 copy color: '#76E6C5'

red 118 ◦ green 230 ◦ blue 197

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

Shades of Downy #76E6C5

Tints of Downy #76E6C5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.2%

 BLUE value IS 197 (77.34% from 255) = 36.15%

R = 21.65%
G = 42.2%
B = 36.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#76E6C5 (or 0x76E6C5) is known color: Downy. HEX triplet: 76, E6 and C5. RGB value is (118,230,197). Sum of RGB (Red+Green+Blue) = 118+230+197=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E6C5 is #89193A. Grayscale: #C0C0C0. Windows color (decimal): -8984891 or 12969590. OLE color: 12969590.

HSL color Cylindrical-coordinate representation of color #76E6C5: hue angle of 162.32º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E6C5 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 230 197 -
CMYK 0.49 0 0.14 0.10
HSL 162.32º 0.69% 0.68% -
HSV(B) 162.32º 0.49% 0.9% -
XYZ 45.85 64.48 62.85 -
YUV 192.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 118 230 197 0.49 0 0.14 0.10 162.32 0.69 0.68
Hex 76 E6 C5 31 0 E A A2 45 44
Octal 166 346 305 61 0 16 12 242 105 104
Binary 1110110 11100110 11000101 110001 0 1110 1010 10100010 1000101 1000100

Color Harmonies of #76E6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E6C5

Black with #76E6C5

Text Example


Text Example

White with #76E6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,230,197); }

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

background-color css

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

 a { background-color: rgb(118,230,197); }

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

border-color css

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

 span { border-color: rgb(118,230,197); }

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