#75CEBC

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

Shades of Downy #75CEBC

Tints of Downy #75CEBC

Color information

#75CEBC (or 0x75CEBC) is unknown color: approx Downy. HEX triplet: 75, CE and BC. RGB value is (117,206,188). Sum of RGB (Red+Green+Blue) = 117+206+188=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEBC is #8A3143. Grayscale: #B1B1B1. Windows color (decimal): -9056580 or 12373621. OLE color: 12373621.

HSL color Cylindrical-coordinate representation of color #75CEBC: hue angle of 167.87º 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 #75CEBC is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB117206188-
CMYK0.4300.090.19
HSL167.87º47.59%63.33%-
HSV(B)167.87º43.2%80.78%-
XYZ38.4851.5655.5-
YUV177.34134.0184.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.90%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=22.90%
G=40.31%
B=36.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172061880.4300.090.19167.8747.5963.33
Hex75CEBC2B0913a8303f
Octal16531627453011232506077
Binary11101011100111010111100101011010011001110101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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