#75E0C9

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

Shades of Downy #75E0C9

Tints of Downy #75E0C9

Color information

#75E0C9 (or 0x75E0C9) is unknown color: approx Downy. HEX triplet: 75, E0 and C9. RGB value is (117,224,201). Sum of RGB (Red+Green+Blue) = 117+224+201=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #75E0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E0C9 is #8A1F36. Grayscale: #BDBDBD. Windows color (decimal): -9051959 or 13230197. OLE color: 13230197.

HSL color Cylindrical-coordinate representation of color #75E0C9: hue angle of 167.1º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E0C9 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB117224201-
CMYK0.4800.100.12
HSL167.1º63.31%66.86%-
HSV(B)167.1º47.77%87.84%-
XYZ44.5361.3164.75-
YUV189.38134.5576.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.59%
GREEN value IS 224 (87.89% from 255) = 41.33%
BLUE value IS 201 (78.91% from 255) = 37.08%
R=21.59%
G=41.33%
B=37.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172242010.4800.100.12167.163.3166.86
Hex75E0C9300ACa73f43
Octal165340311600121424777103
Binary11101011110000011001001110000010101100101001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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