#75DCCA

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

Shades of Downy #75DCCA

Tints of Downy #75DCCA

Color information

#75DCCA (or 0x75DCCA) is unknown color: approx Downy. HEX triplet: 75, DC and CA. RGB value is (117,220,202). Sum of RGB (Red+Green+Blue) = 117+220+202=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCCA is #8A2335. Grayscale: #BBBBBB. Windows color (decimal): -9052982 or 13294709. OLE color: 13294709.

HSL color Cylindrical-coordinate representation of color #75DCCA: hue angle of 169.51º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCCA is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB117220202-
CMYK0.4700.080.14
HSL169.51º59.54%66.08%-
HSV(B)169.51º46.82%86.27%-
XYZ43.5959.2365.01-
YUV187.15136.3877.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.71%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=21.71%
G=40.82%
B=37.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172202020.4700.080.14169.5159.5466.08
Hex75DCCA2F08Eaa3c42
Octal165334312570101625274102
Binary11101011101110011001010101111010001110101010101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75DCCA; }

 p { color: rgb(117,220,202); }

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

<style>
 a { background-color: #75DCCA; }

 a { background-color: rgb(117,220,202); }

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

<style>
 span { border-color: #75DCCA; }

 span { border-color: rgb(117,220,202); }

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