#75D5CC

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

Shades of Downy #75D5CC

Tints of Downy #75D5CC

Color information

#75D5CC (or 0x75D5CC) is unknown color: approx Downy. HEX triplet: 75, D5 and CC. RGB value is (117,213,204). Sum of RGB (Red+Green+Blue) = 117+213+204=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #75D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D5CC is #8A2A33. Grayscale: #B7B7B7. Windows color (decimal): -9054772 or 13423989. OLE color: 13423989.

HSL color Cylindrical-coordinate representation of color #75D5CC: hue angle of 174.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D5CC is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB117213204-
CMYK0.4500.040.16
HSL174.38º53.33%64.71%-
HSV(B)174.38º45.07%83.53%-
XYZ42.0355.7365.67-
YUV183.27139.780.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.91%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=21.91%
G=39.89%
B=38.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172132040.4500.040.16174.3853.3364.71
Hex75D5CC2D0410ae3541
Octal16532531455042025665101
Binary11101011101010111001100101101010010000101011101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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