#75CCC8

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

Shades of Downy #75CCC8

Tints of Downy #75CCC8

Color information

#75CCC8 (or 0x75CCC8) is unknown color: approx Downy. HEX triplet: 75, CC and C8. RGB value is (117,204,200). Sum of RGB (Red+Green+Blue) = 117+204+200=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #75CCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCC8 is #8A3337. Grayscale: #B1B1B1. Windows color (decimal): -9057080 or 13159541. OLE color: 13159541.

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

Color convert

RGB117204200-
CMYK0.4300.020.2
HSL177.24º46.03%62.94%-
HSV(B)177.24º42.65%80%-
XYZ39.3551.1462.44-
YUV177.53140.6884.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.46%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 200 (78.52% from 255) = 38.39%
R=22.46%
G=39.16%
B=38.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172042000.4300.020.2177.2446.0362.94
Hex75CCC82B0214b12e3f
Octal1653143105302242615677
Binary111010111001100110010001010110101010010110001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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