#75D7CA

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

Shades of Downy #75D7CA

Tints of Downy #75D7CA

Color information

#75D7CA (or 0x75D7CA) is unknown color: approx Downy. HEX triplet: 75, D7 and CA. RGB value is (117,215,202). Sum of RGB (Red+Green+Blue) = 117+215+202=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #75D7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D7CA is #8A2835. Grayscale: #B8B8B8. Windows color (decimal): -9054262 or 13293429. OLE color: 13293429.

HSL color Cylindrical-coordinate representation of color #75D7CA: hue angle of 172.04º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D7CA is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB117215202-
CMYK0.4600.060.16
HSL172.04º55.06%65.1%-
HSV(B)172.04º45.58%84.31%-
XYZ42.356.6564.58-
YUV184.22138.0380.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.91%
GREEN value IS 215 (84.38% from 255) = 40.26%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=21.91%
G=40.26%
B=37.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172152020.4600.060.16172.0455.0665.1
Hex75D7CA2E0610ac3741
Octal16532731256062025467101
Binary11101011101011111001010101110011010000101011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,215,202); }

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

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

 a { background-color: rgb(117,215,202); }

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

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

 span { border-color: rgb(117,215,202); }

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