#76CDBE

Color #76CDBE Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #76CDBE

Tints of Downy #76CDBE

Color information

#76CDBE (or 0x76CDBE) is unknown color: approx Downy. HEX triplet: 76, CD and BE. RGB value is (118,205,190). Sum of RGB (Red+Green+Blue) = 118+205+190=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDBE is #893241. Grayscale: #B1B1B1. Windows color (decimal): -8991298 or 12504438. OLE color: 12504438.

HSL color Cylindrical-coordinate representation of color #76CDBE: hue angle of 169.66º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDBE is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB118205190-
CMYK0.4200.070.20
HSL169.66º46.52%63.33%-
HSV(B)169.66º42.44%80.39%-
XYZ38.651.2356.57-
YUV177.28135.1885.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.00%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=23.00%
G=39.96%
B=37.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051900.4200.070.20169.6646.5263.33
Hex76CDBE2A0714aa2f3f
Octal1663152765207242525777
Binary1110110110011011011111010101001111010010101010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,190); }

 H1.HeaderClassName
 {
   color: #76CDBE;
 }
 .AnyTagClassName
 {
   color: #76CDBE;
 }
</style>
background-color css

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

 a { background-color: rgb(118,205,190); }

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

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

 span { border-color: rgb(118,205,190); }

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