Html Css Color HEX #76E6C0 Downy

📋 copy color: '#76E6C0'

red 118 ◦ green 230 ◦ blue 192

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

Shades of Downy #76E6C0

Tints of Downy #76E6C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 21.85%
G = 42.59%
B = 35.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#76E6C0 (or 0x76E6C0) is known color: Downy. HEX triplet: 76, E6 and C0. RGB value is (118,230,192). Sum of RGB (Red+Green+Blue) = 118+230+192=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E6C0 is #89193F. Grayscale: #C0C0C0. Windows color (decimal): -8984896 or 12641910. OLE color: 12641910.

HSL color Cylindrical-coordinate representation of color #76E6C0: hue angle of 159.64º 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 #76E6C0 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 230 192 -
CMYK 0.49 0 0.17 0.10
HSL 159.64º 0.69% 0.68% -
HSV(B) 159.64º 0.49% 0.9% -
XYZ 45.28 64.25 59.88 -
YUV 192.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 118 230 192 0.49 0 0.17 0.10 159.64 0.69 0.68
Hex 76 E6 C0 31 0 11 A A0 45 44
Octal 166 346 300 61 0 21 12 240 105 104
Binary 1110110 11100110 11000000 110001 0 10001 1010 10100000 1000101 1000100

Color Harmonies of #76E6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E6C0

Black with #76E6C0

Text Example


Text Example

White with #76E6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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