Html Css Color HEX #76D2C8 Downy

📋 copy color: '#76D2C8'

red 118 ◦ green 210 ◦ blue 200

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

Shades of Downy #76D2C8

Tints of Downy #76D2C8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.77%

 BLUE value IS 200 (78.52% from 255) = 37.88%

R = 22.35%
G = 39.77%
B = 37.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#76D2C8 (or 0x76D2C8) is known color: Downy. HEX triplet: 76, D2 and C8. RGB value is (118,210,200). Sum of RGB (Red+Green+Blue) = 118+210+200=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #76D2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D2C8 is #892D37. Grayscale: #B5B5B5. Windows color (decimal): -8990008 or 13161078. OLE color: 13161078.

HSL color Cylindrical-coordinate representation of color #76D2C8: hue angle of 173.48º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D2C8 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 210 200 -
CMYK 0.44 0 0.05 0.18
HSL 173.48º 0.51% 0.64% -
HSV(B) 173.48º 0.44% 0.82% -
XYZ 40.94 54.11 62.93 -
YUV 181.35 138.52 82.81 -
System Red Green Blue C M Y K H S L
Decimal 118 210 200 0.44 0 0.05 0.18 173.48 0.51 0.64
Hex 76 D2 C8 2C 0 5 12 AD 33 40
Octal 166 322 310 54 0 5 22 255 63 100
Binary 1110110 11010010 11001000 101100 0 101 10010 10101101 110011 1000000

Color Harmonies of #76D2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D2C8

Black with #76D2C8

Text Example


Text Example

White with #76D2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,210,200); }

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

background-color css

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

 a { background-color: rgb(118,210,200); }

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

border-color css

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

 span { border-color: rgb(118,210,200); }

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