Html Css Color HEX #76DABC Downy

📋 copy color: '#76DABC'

red 118 ◦ green 218 ◦ blue 188

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

Shades of Downy #76DABC

Tints of Downy #76DABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 22.52%
G = 41.6%
B = 35.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#76DABC (or 0x76DABC) is known color: Downy. HEX triplet: 76, DA and BC. RGB value is (118,218,188). Sum of RGB (Red+Green+Blue) = 118+218+188=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #76DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DABC is #892543. Grayscale: #B8B8B8. Windows color (decimal): -8987972 or 12376694. OLE color: 12376694.

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

Color convert

RGB 118 218 188 -
CMYK 0.46 0 0.14 0.15
HSL 162º 0.57% 0.66% -
HSV(B) 162º 0.46% 0.85% -
XYZ 41.62 57.63 56.51 -
YUV 184.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 118 218 188 0.46 0 0.14 0.15 162 0.57 0.66
Hex 76 DA BC 2E 0 E F A2 39 42
Octal 166 332 274 56 0 16 17 242 71 102
Binary 1110110 11011010 10111100 101110 0 1110 1111 10100010 111001 1000010

Color Harmonies of #76DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DABC

Black with #76DABC

Text Example


Text Example

White with #76DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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