Html Css Color HEX #76EAC3 Downy

📋 copy color: '#76EAC3'

red 118 ◦ green 234 ◦ blue 195

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

Shades of Downy #76EAC3

Tints of Downy #76EAC3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.78%

 BLUE value IS 195 (76.56% from 255) = 35.65%

R = 21.57%
G = 42.78%
B = 35.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#76EAC3 (or 0x76EAC3) is known color: Downy. HEX triplet: 76, EA and C3. RGB value is (118,234,195). Sum of RGB (Red+Green+Blue) = 118+234+195=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #76EAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EAC3 is #89153C. Grayscale: #C2C2C2. Windows color (decimal): -8983869 or 12839542. OLE color: 12839542.

HSL color Cylindrical-coordinate representation of color #76EAC3: hue angle of 159.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EAC3 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 234 195 -
CMYK 0.50 0 0.17 0.08
HSL 159.83º 0.73% 0.69% -
HSV(B) 159.83º 0.5% 0.92% -
XYZ 46.74 66.64 62.03 -
YUV 194.87 128.07 73.17 -
System Red Green Blue C M Y K H S L
Decimal 118 234 195 0.50 0 0.17 0.08 159.83 0.73 0.69
Hex 76 EA C3 32 0 11 8 A0 49 45
Octal 166 352 303 62 0 21 10 240 111 105
Binary 1110110 11101010 11000011 110010 0 10001 1000 10100000 1001001 1000101

Color Harmonies of #76EAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EAC3

Black with #76EAC3

Text Example


Text Example

White with #76EAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,234,195); }

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

background-color css

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

 a { background-color: rgb(118,234,195); }

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

border-color css

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

 span { border-color: rgb(118,234,195); }

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