#75EAC2

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

Shades of Downy #75EAC2

Tints of Downy #75EAC2

Color information

#75EAC2 (or 0x75EAC2) is unknown color: approx Downy. HEX triplet: 75, EA and C2. RGB value is (117,234,194). Sum of RGB (Red+Green+Blue) = 117+234+194=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EAC2 is #8A153D. Grayscale: #C2C2C2. Windows color (decimal): -9049406 or 12774005. OLE color: 12774005.

HSL color Cylindrical-coordinate representation of color #75EAC2: hue angle of 159.49º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EAC2 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB117234194-
CMYK0.500.170.08
HSL159.49º73.58%68.82%-
HSV(B)159.49º50%91.76%-
XYZ46.566.5261.43-
YUV194.46127.7472.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.47%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 194 (76.17% from 255) = 35.60%
R=21.47%
G=42.94%
B=35.60%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172341940.500.170.08159.4973.5868.82
Hex75EAC23201189f4a45
Octal1653523026202110237112105
Binary1110101111010101100001011001001000110001001111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,234,194); }

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

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

 a { background-color: rgb(117,234,194); }

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

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

 span { border-color: rgb(117,234,194); }

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