Html Css Color HEX #76D6B6 Downy

📋 copy color: '#76D6B6'

red 118 ◦ green 214 ◦ blue 182

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

Shades of Downy #76D6B6

Tints of Downy #76D6B6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.63%

 BLUE value IS 182 (71.48% from 255) = 35.41%

R = 22.96%
G = 41.63%
B = 35.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#76D6B6 (or 0x76D6B6) is known color: Downy. HEX triplet: 76, D6 and B6. RGB value is (118,214,182). Sum of RGB (Red+Green+Blue) = 118+214+182=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #76D6B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D6B6 is #892949. Grayscale: #B5B5B5. Windows color (decimal): -8989002 or 11982454. OLE color: 11982454.

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

Color convert

RGB 118 214 182 -
CMYK 0.45 0 0.15 0.16
HSL 160º 0.54% 0.65% -
HSV(B) 160º 0.45% 0.84% -
XYZ 39.96 55.32 52.83 -
YUV 181.65 128.2 82.6 -
System Red Green Blue C M Y K H S L
Decimal 118 214 182 0.45 0 0.15 0.16 160 0.54 0.65
Hex 76 D6 B6 2D 0 F 10 A0 36 41
Octal 166 326 266 55 0 17 20 240 66 101
Binary 1110110 11010110 10110110 101101 0 1111 10000 10100000 110110 1000001

Color Harmonies of #76D6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D6B6

Black with #76D6B6

Text Example


Text Example

White with #76D6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,214,182); }

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

background-color css

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

 a { background-color: rgb(118,214,182); }

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

border-color css

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

 span { border-color: rgb(118,214,182); }

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