#75E3CB

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

Shades of Downy #75E3CB

Tints of Downy #75E3CB

Color information

#75E3CB (or 0x75E3CB) is unknown color: approx Downy. HEX triplet: 75, E3 and CB. RGB value is (117,227,203). Sum of RGB (Red+Green+Blue) = 117+227+203=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E3CB is #8A1C34. Grayscale: #BFBFBF. Windows color (decimal): -9051189 or 13362037. OLE color: 13362037.

HSL color Cylindrical-coordinate representation of color #75E3CB: hue angle of 166.91º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E3CB is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB117227203-
CMYK0.4800.110.11
HSL166.91º66.27%67.45%-
HSV(B)166.91º48.46%89.02%-
XYZ45.5863.0366.26-
YUV191.37134.5674.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.39%
GREEN value IS 227 (89.06% from 255) = 41.50%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=21.39%
G=41.50%
B=37.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172272030.4800.110.11166.9166.2767.45
Hex75E3CB300BBa74243
Octal1653433136001313247102103
Binary111010111100011110010111100000101110111010011110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,227,203); }

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

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

 a { background-color: rgb(117,227,203); }

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

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

 span { border-color: rgb(117,227,203); }

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