#75C6C2

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

Shades of Downy #75C6C2

Tints of Downy #75C6C2

Color information

#75C6C2 (or 0x75C6C2) is unknown color: approx Downy. HEX triplet: 75, C6 and C2. RGB value is (117,198,194). Sum of RGB (Red+Green+Blue) = 117+198+194=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #75C6C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C6C2 is #8A393D. Grayscale: #ADADAD. Windows color (decimal): -9058622 or 12764789. OLE color: 12764789.

HSL color Cylindrical-coordinate representation of color #75C6C2: hue angle of 177.04º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C6C2 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB117198194-
CMYK0.4100.020.22
HSL177.04º41.54%61.76%-
HSV(B)177.04º40.91%77.65%-
XYZ37.2748.0758.35-
YUV173.32139.6687.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.99%
GREEN value IS 198 (77.73% from 255) = 38.90%
BLUE value IS 194 (76.17% from 255) = 38.11%
R=22.99%
G=38.90%
B=38.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981940.4100.020.22177.0441.5461.76
Hex75C6C2290216b12a3e
Octal1653063025102262615276
Binary111010111000110110000101010010101011010110001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,198,194); }

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

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

 a { background-color: rgb(117,198,194); }

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

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

 span { border-color: rgb(117,198,194); }

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