Html Css Color HEX #76D7C2 Downy

📋 copy color: '#76D7C2'

red 118 ◦ green 215 ◦ blue 194

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

Shades of Downy #76D7C2

Tints of Downy #76D7C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.81%

R = 22.39%
G = 40.8%
B = 36.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#76D7C2 (or 0x76D7C2) is known color: Downy. HEX triplet: 76, D7 and C2. RGB value is (118,215,194). Sum of RGB (Red+Green+Blue) = 118+215+194=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #76D7C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D7C2 is #89283D. Grayscale: #B7B7B7. Windows color (decimal): -8988734 or 12769142. OLE color: 12769142.

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

Color convert

RGB 118 215 194 -
CMYK 0.45 0 0.10 0.16
HSL 167.01º 0.55% 0.65% -
HSV(B) 167.01º 0.45% 0.84% -
XYZ 41.51 56.35 59.73 -
YUV 183.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 118 215 194 0.45 0 0.10 0.16 167.01 0.55 0.65
Hex 76 D7 C2 2D 0 A 10 A7 37 41
Octal 166 327 302 55 0 12 20 247 67 101
Binary 1110110 11010111 11000010 101101 0 1010 10000 10100111 110111 1000001

Color Harmonies of #76D7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D7C2

Black with #76D7C2

Text Example


Text Example

White with #76D7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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