Html Css Color HEX #76DAC9 Downy

📋 copy color: '#76DAC9'

red 118 ◦ green 218 ◦ blue 201

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

Shades of Downy #76DAC9

Tints of Downy #76DAC9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.6%

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 21.97%
G = 40.6%
B = 37.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#76DAC9 (or 0x76DAC9) is known color: Downy. HEX triplet: 76, DA and C9. RGB value is (118,218,201). Sum of RGB (Red+Green+Blue) = 118+218+201=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #76DAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DAC9 is #892536. Grayscale: #BABABA. Windows color (decimal): -8987959 or 13228662. OLE color: 13228662.

HSL color Cylindrical-coordinate representation of color #76DAC9: hue angle of 169.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DAC9 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 218 201 -
CMYK 0.46 0 0.08 0.15
HSL 169.8º 0.57% 0.66% -
HSV(B) 169.8º 0.46% 0.85% -
XYZ 43.09 58.21 64.22 -
YUV 186.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 118 218 201 0.46 0 0.08 0.15 169.8 0.57 0.66
Hex 76 DA C9 2E 0 8 F AA 39 42
Octal 166 332 311 56 0 10 17 252 71 102
Binary 1110110 11011010 11001001 101110 0 1000 1111 10101010 111001 1000010

Color Harmonies of #76DAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DAC9

Black with #76DAC9

Text Example


Text Example

White with #76DAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,218,201); }

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

background-color css

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

 a { background-color: rgb(118,218,201); }

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

border-color css

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

 span { border-color: rgb(118,218,201); }

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