#75E6C4

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

Shades of Downy #75E6C4

Tints of Downy #75E6C4

Color information

#75E6C4 (or 0x75E6C4) is unknown color: approx Downy. HEX triplet: 75, E6 and C4. RGB value is (117,230,196). Sum of RGB (Red+Green+Blue) = 117+230+196=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #75E6C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E6C4 is #8A193B. Grayscale: #C0C0C0. Windows color (decimal): -9050428 or 12904053. OLE color: 12904053.

HSL color Cylindrical-coordinate representation of color #75E6C4: hue angle of 161.95º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E6C4 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB117230196-
CMYK0.4900.150.10
HSL161.95º69.33%68.04%-
HSV(B)161.95º49.13%90.2%-
XYZ45.664.3662.24-
YUV192.34130.0674.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.55%
GREEN value IS 230 (90.23% from 255) = 42.36%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=21.55%
G=42.36%
B=36.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1172301960.4900.150.10161.9569.3368.04
Hex75E6C4310FAa24544
Octal1653463046101712242105104
Binary111010111100110110001001100010111110101010001010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,230,196); }

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

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

 a { background-color: rgb(117,230,196); }

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

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

 span { border-color: rgb(117,230,196); }

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