#75CCC9

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

Shades of Downy #75CCC9

Tints of Downy #75CCC9

Color information

#75CCC9 (or 0x75CCC9) is unknown color: approx Downy. HEX triplet: 75, CC and C9. RGB value is (117,204,201). Sum of RGB (Red+Green+Blue) = 117+204+201=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #75CCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCC9 is #8A3336. Grayscale: #B1B1B1. Windows color (decimal): -9057079 or 13225077. OLE color: 13225077.

HSL color Cylindrical-coordinate representation of color #75CCC9: hue angle of 177.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CCC9 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB117204201-
CMYK0.4300.010.2
HSL177.93º46.03%62.94%-
HSV(B)177.93º42.65%80%-
XYZ39.4751.1863.06-
YUV177.64141.1884.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.41%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=22.41%
G=39.08%
B=38.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172042010.4300.010.2177.9346.0362.94
Hex75CCC92B0114b22e3f
Octal1653143115301242625677
Binary11101011100110011001001101011011010010110010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,204,201); }

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

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

 a { background-color: rgb(117,204,201); }

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

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

 span { border-color: rgb(117,204,201); }

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