#75CDC9

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

Shades of Downy #75CDC9

Tints of Downy #75CDC9

Color information

#75CDC9 (or 0x75CDC9) is unknown color: approx Downy. HEX triplet: 75, CD and C9. RGB value is (117,205,201). Sum of RGB (Red+Green+Blue) = 117+205+201=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDC9 is #8A3236. Grayscale: #B2B2B2. Windows color (decimal): -9056823 or 13225333. OLE color: 13225333.

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

Color convert

RGB117205201-
CMYK0.4300.020.20
HSL177.27º46.81%63.14%-
HSV(B)177.27º42.93%80.39%-
XYZ39.7151.6663.14-
YUV178.23140.8584.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.37%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 201 (78.91% from 255) = 38.43%
R=22.37%
G=39.20%
B=38.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172052010.4300.020.20177.2746.8163.14
Hex75CDC92B0214b12f3f
Octal1653153115302242615777
Binary111010111001101110010011010110101010010110001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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