#75D3CE

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

Shades of Downy #75D3CE

Tints of Downy #75D3CE

Color information

#75D3CE (or 0x75D3CE) is unknown color: approx Downy. HEX triplet: 75, D3 and CE. RGB value is (117,211,206). Sum of RGB (Red+Green+Blue) = 117+211+206=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #75D3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D3CE is #8A2C31. Grayscale: #B6B6B6. Windows color (decimal): -9055282 or 13554549. OLE color: 13554549.

HSL color Cylindrical-coordinate representation of color #75D3CE: hue angle of 176.81º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D3CE is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB117211206-
CMYK0.4500.020.17
HSL176.81º51.65%64.31%-
HSV(B)176.81º44.55%82.75%-
XYZ41.7754.8366.77-
YUV182.32141.3681.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.91%
GREEN value IS 211 (82.81% from 255) = 39.51%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=21.91%
G=39.51%
B=38.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172112060.4500.020.17176.8151.6564.31
Hex75D3CE2D0211b13440
Octal16532331655022126164100
Binary1110101110100111100111010110101010001101100011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,211,206); }

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

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

 a { background-color: rgb(117,211,206); }

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

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

 span { border-color: rgb(117,211,206); }

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