#75CEC4

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

Shades of Downy #75CEC4

Tints of Downy #75CEC4

Color information

#75CEC4 (or 0x75CEC4) is unknown color: approx Downy. HEX triplet: 75, CE and C4. RGB value is (117,206,196). Sum of RGB (Red+Green+Blue) = 117+206+196=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEC4 is #8A313B. Grayscale: #B2B2B2. Windows color (decimal): -9056572 or 12897909. OLE color: 12897909.

HSL color Cylindrical-coordinate representation of color #75CEC4: hue angle of 173.26º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEC4 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB117206196-
CMYK0.4300.050.19
HSL173.26º47.59%63.33%-
HSV(B)173.26º43.2%80.78%-
XYZ39.3751.9160.17-
YUV178.25138.0184.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.54%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=22.54%
G=39.69%
B=37.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172061960.4300.050.19173.2647.5963.33
Hex75CEC42B0513ad303f
Octal1653163045305232556077
Binary1110101110011101100010010101101011001110101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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