Html Css Color HEX #76DAB8 Downy

📋 copy color: '#76DAB8'

red 118 ◦ green 218 ◦ blue 184

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

Shades of Downy #76DAB8

Tints of Downy #76DAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 22.69%
G = 41.92%
B = 35.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#76DAB8 (or 0x76DAB8) is known color: Downy. HEX triplet: 76, DA and B8. RGB value is (118,218,184). Sum of RGB (Red+Green+Blue) = 118+218+184=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #76DAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DAB8 is #892547. Grayscale: #B8B8B8. Windows color (decimal): -8987976 or 12114550. OLE color: 12114550.

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

Color convert

RGB 118 218 184 -
CMYK 0.46 0 0.16 0.15
HSL 159.6º 0.57% 0.66% -
HSV(B) 159.6º 0.46% 0.85% -
XYZ 41.19 57.46 54.27 -
YUV 184.22 127.87 80.76 -
System Red Green Blue C M Y K H S L
Decimal 118 218 184 0.46 0 0.16 0.15 159.6 0.57 0.66
Hex 76 DA B8 2E 0 10 F A0 39 42
Octal 166 332 270 56 0 20 17 240 71 102
Binary 1110110 11011010 10111000 101110 0 10000 1111 10100000 111001 1000010

Color Harmonies of #76DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DAB8

Black with #76DAB8

Text Example


Text Example

White with #76DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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