Html Css Color HEX #76D7C0 Downy

📋 copy color: '#76D7C0'

red 118 ◦ green 215 ◦ blue 192

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

Shades of Downy #76D7C0

Tints of Downy #76D7C0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.95%

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

R = 22.48%
G = 40.95%
B = 36.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#76D7C0 (or 0x76D7C0) is known color: Downy. HEX triplet: 76, D7 and C0. RGB value is (118,215,192). Sum of RGB (Red+Green+Blue) = 118+215+192=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #76D7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D7C0 is #89283F. Grayscale: #B7B7B7. Windows color (decimal): -8988736 or 12638070. OLE color: 12638070.

HSL color Cylindrical-coordinate representation of color #76D7C0: hue angle of 165.77º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D7C0 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 215 192 -
CMYK 0.45 0 0.11 0.16
HSL 165.77º 0.55% 0.65% -
HSV(B) 165.77º 0.45% 0.84% -
XYZ 41.29 56.26 58.55 -
YUV 183.38 132.86 81.37 -
System Red Green Blue C M Y K H S L
Decimal 118 215 192 0.45 0 0.11 0.16 165.77 0.55 0.65
Hex 76 D7 C0 2D 0 B 10 A6 37 41
Octal 166 327 300 55 0 13 20 246 67 101
Binary 1110110 11010111 11000000 101101 0 1011 10000 10100110 110111 1000001

Color Harmonies of #76D7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D7C0

Black with #76D7C0

Text Example


Text Example

White with #76D7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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