Html Css Color HEX #76E9C2 Downy

📋 copy color: '#76E9C2'

red 118 ◦ green 233 ◦ blue 194

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

Shades of Downy #76E9C2

Tints of Downy #76E9C2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.75%

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

R = 21.65%
G = 42.75%
B = 35.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#76E9C2 (or 0x76E9C2) is known color: Downy. HEX triplet: 76, E9 and C2. RGB value is (118,233,194). Sum of RGB (Red+Green+Blue) = 118+233+194=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #76E9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E9C2 is #89163D. Grayscale: #C2C2C2. Windows color (decimal): -8984126 or 12773750. OLE color: 12773750.

HSL color Cylindrical-coordinate representation of color #76E9C2: hue angle of 159.65º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E9C2 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 233 194 -
CMYK 0.49 0 0.17 0.09
HSL 159.65º 0.72% 0.69% -
HSV(B) 159.65º 0.49% 0.91% -
XYZ 46.35 66.02 61.34 -
YUV 194.17 127.9 73.67 -
System Red Green Blue C M Y K H S L
Decimal 118 233 194 0.49 0 0.17 0.09 159.65 0.72 0.69
Hex 76 E9 C2 31 0 11 9 A0 48 45
Octal 166 351 302 61 0 21 11 240 110 105
Binary 1110110 11101001 11000010 110001 0 10001 1001 10100000 1001000 1000101

Color Harmonies of #76E9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E9C2

Black with #76E9C2

Text Example


Text Example

White with #76E9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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