#75D6CE

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

Shades of Downy #75D6CE

Tints of Downy #75D6CE

Color information

#75D6CE (or 0x75D6CE) is unknown color: approx Downy. HEX triplet: 75, D6 and CE. RGB value is (117,214,206). Sum of RGB (Red+Green+Blue) = 117+214+206=537 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.79% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #75D6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D6CE is #8A2931. Grayscale: #B8B8B8. Windows color (decimal): -9054514 or 13555317. OLE color: 13555317.

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

Color convert

RGB117214206-
CMYK0.4500.040.16
HSL175.05º54.19%64.9%-
HSV(B)175.05º45.33%83.92%-
XYZ42.5256.3367.02-
YUV184.08140.3680.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.79%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=21.79%
G=39.85%
B=38.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172142060.4500.040.16175.0554.1964.9
Hex75D6CE2D0410af3641
Octal16532631655042025766101
Binary11101011101011011001110101101010010000101011111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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