Html Css Color HEX #76D9D0 Downy

📋 copy color: '#76D9D0'

red 118 ◦ green 217 ◦ blue 208

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

Shades of Downy #76D9D0

Tints of Downy #76D9D0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.96%

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 21.73%
G = 39.96%
B = 38.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#76D9D0 (or 0x76D9D0) is known color: Downy. HEX triplet: 76, D9 and D0. RGB value is (118,217,208). Sum of RGB (Red+Green+Blue) = 118+217+208=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9D0 is #89262F. Grayscale: #BABABA. Windows color (decimal): -8988208 or 13687158. OLE color: 13687158.

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

Color convert

RGB 118 217 208 -
CMYK 0.46 0 0.04 0.15
HSL 174.55º 0.57% 0.66% -
HSV(B) 174.55º 0.46% 0.85% -
XYZ 43.67 58.03 68.57 -
YUV 186.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 118 217 208 0.46 0 0.04 0.15 174.55 0.57 0.66
Hex 76 D9 D0 2E 0 4 F AF 39 42
Octal 166 331 320 56 0 4 17 257 71 102
Binary 1110110 11011001 11010000 101110 0 100 1111 10101111 111001 1000010

Color Harmonies of #76D9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D9D0

Black with #76D9D0

Text Example


Text Example

White with #76D9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,217,208); }

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

background-color css

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

 a { background-color: rgb(118,217,208); }

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

border-color css

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

 span { border-color: rgb(118,217,208); }

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