Html Css Color HEX #76D2C1 Downy

📋 copy color: '#76D2C1'

red 118 ◦ green 210 ◦ blue 193

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

Shades of Downy #76D2C1

Tints of Downy #76D2C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.04%

R = 22.65%
G = 40.31%
B = 37.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#76D2C1 (or 0x76D2C1) is known color: Downy. HEX triplet: 76, D2 and C1. RGB value is (118,210,193). Sum of RGB (Red+Green+Blue) = 118+210+193=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #76D2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D2C1 is #892D3E. Grayscale: #B4B4B4. Windows color (decimal): -8990015 or 12702326. OLE color: 12702326.

HSL color Cylindrical-coordinate representation of color #76D2C1: hue angle of 168.91º 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 #76D2C1 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 210 193 -
CMYK 0.44 0 0.08 0.18
HSL 168.91º 0.51% 0.64% -
HSV(B) 168.91º 0.44% 0.82% -
XYZ 40.14 53.79 58.72 -
YUV 180.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 118 210 193 0.44 0 0.08 0.18 168.91 0.51 0.64
Hex 76 D2 C1 2C 0 8 12 A9 33 40
Octal 166 322 301 54 0 10 22 251 63 100
Binary 1110110 11010010 11000001 101100 0 1000 10010 10101001 110011 1000000

Color Harmonies of #76D2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D2C1

Black with #76D2C1

Text Example


Text Example

White with #76D2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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