Html Css Color HEX #76DABA Downy

📋 copy color: '#76DABA'

red 118 ◦ green 218 ◦ blue 186

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

Shades of Downy #76DABA

Tints of Downy #76DABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 22.61%
G = 41.76%
B = 35.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#76DABA (or 0x76DABA) is known color: Downy. HEX triplet: 76, DA and BA. RGB value is (118,218,186). Sum of RGB (Red+Green+Blue) = 118+218+186=522 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.61% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #76DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DABA is #892545. Grayscale: #B8B8B8. Windows color (decimal): -8987974 or 12245622. OLE color: 12245622.

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

Color convert

RGB 118 218 186 -
CMYK 0.46 0 0.15 0.15
HSL 160.8º 0.57% 0.66% -
HSV(B) 160.8º 0.46% 0.85% -
XYZ 41.41 57.54 55.38 -
YUV 184.45 128.87 80.6 -
System Red Green Blue C M Y K H S L
Decimal 118 218 186 0.46 0 0.15 0.15 160.8 0.57 0.66
Hex 76 DA BA 2E 0 F F A1 39 42
Octal 166 332 272 56 0 17 17 241 71 102
Binary 1110110 11011010 10111010 101110 0 1111 1111 10100001 111001 1000010

Color Harmonies of #76DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DABA

Black with #76DABA

Text Example


Text Example

White with #76DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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