Html Css Color HEX #76CAC5 Downy

📋 copy color: '#76CAC5'

red 118 ◦ green 202 ◦ blue 197

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

Shades of Downy #76CAC5

Tints of Downy #76CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.07%

 BLUE value IS 197 (77.34% from 255) = 38.1%

R = 22.82%
G = 39.07%
B = 38.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#76CAC5 (or 0x76CAC5) is known color: Downy. HEX triplet: 76, CA and C5. RGB value is (118,202,197). Sum of RGB (Red+Green+Blue) = 118+202+197=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #76CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CAC5 is #89353A. Grayscale: #B0B0B0. Windows color (decimal): -8992059 or 12962422. OLE color: 12962422.

HSL color Cylindrical-coordinate representation of color #76CAC5: hue angle of 176.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CAC5 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 197 -
CMYK 0.42 0 0.02 0.21
HSL 176.43º 0.44% 0.63% -
HSV(B) 176.43º 0.42% 0.79% -
XYZ 38.67 50.12 60.46 -
YUV 176.31 139.67 86.41 -
System Red Green Blue C M Y K H S L
Decimal 118 202 197 0.42 0 0.02 0.21 176.43 0.44 0.63
Hex 76 CA C5 2A 0 2 15 B0 2C 3F
Octal 166 312 305 52 0 2 25 260 54 77
Binary 1110110 11001010 11000101 101010 0 10 10101 10110000 101100 111111

Color Harmonies of #76CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CAC5

Black with #76CAC5

Text Example


Text Example

White with #76CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,202,197); }

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

background-color css

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

 a { background-color: rgb(118,202,197); }

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

border-color css

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

 span { border-color: rgb(118,202,197); }

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