Html Css Color HEX #76D5BA Downy

📋 copy color: '#76D5BA'

red 118 ◦ green 213 ◦ blue 186

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

Shades of Downy #76D5BA

Tints of Downy #76D5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

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

R = 22.82%
G = 41.2%
B = 35.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#76D5BA (or 0x76D5BA) is known color: Downy. HEX triplet: 76, D5 and BA. RGB value is (118,213,186). Sum of RGB (Red+Green+Blue) = 118+213+186=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #76D5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D5BA is #892A45. Grayscale: #B5B5B5. Windows color (decimal): -8989254 or 12244342. OLE color: 12244342.

HSL color Cylindrical-coordinate representation of color #76D5BA: hue angle of 162.95º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D5BA is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 213 186 -
CMYK 0.45 0 0.13 0.16
HSL 162.95º 0.53% 0.65% -
HSV(B) 162.95º 0.45% 0.84% -
XYZ 40.13 54.99 54.95 -
YUV 181.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 118 213 186 0.45 0 0.13 0.16 162.95 0.53 0.65
Hex 76 D5 BA 2D 0 D 10 A3 35 41
Octal 166 325 272 55 0 15 20 243 65 101
Binary 1110110 11010101 10111010 101101 0 1101 10000 10100011 110101 1000001

Color Harmonies of #76D5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D5BA

Black with #76D5BA

Text Example


Text Example

White with #76D5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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