#75DFCA

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

Shades of Downy #75DFCA

Tints of Downy #75DFCA

Color information

#75DFCA (or 0x75DFCA) is unknown color: approx Downy. HEX triplet: 75, DF and CA. RGB value is (117,223,202). Sum of RGB (Red+Green+Blue) = 117+223+202=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFCA is #8A2035. Grayscale: #BCBCBC. Windows color (decimal): -9052214 or 13295477. OLE color: 13295477.

HSL color Cylindrical-coordinate representation of color #75DFCA: hue angle of 168.11º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFCA is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB117223202-
CMYK0.4800.090.13
HSL168.11º62.35%66.67%-
HSV(B)168.11º47.53%87.45%-
XYZ44.3860.8265.28-
YUV188.91135.3876.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.59%
GREEN value IS 223 (87.5% from 255) = 41.14%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=21.59%
G=41.14%
B=37.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172232020.4800.090.13168.1162.3566.67
Hex75DFCA3009Da83e43
Octal165337312600111525076103
Binary11101011101111111001010110000010011101101010001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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