#75CCC0

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

Shades of Downy #75CCC0

Tints of Downy #75CCC0

Color information

#75CCC0 (or 0x75CCC0) is unknown color: approx Downy. HEX triplet: 75, CC and C0. RGB value is (117,204,192). Sum of RGB (Red+Green+Blue) = 117+204+192=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #75CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCC0 is #8A333F. Grayscale: #B0B0B0. Windows color (decimal): -9057088 or 12635253. OLE color: 12635253.

HSL color Cylindrical-coordinate representation of color #75CCC0: hue angle of 171.72º 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 #75CCC0 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB117204192-
CMYK0.4300.060.2
HSL171.72º46.03%62.94%-
HSV(B)171.72º42.65%80%-
XYZ38.4450.7757.64-
YUV176.62136.6885.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=22.81%
G=39.77%
B=37.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041920.4300.060.2171.7246.0362.94
Hex75CCC02B0614ac2e3f
Octal1653143005306242545677
Binary1110101110011001100000010101101101010010101100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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