#75D2C1

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

Shades of Downy #75D2C1

Tints of Downy #75D2C1

Color information

#75D2C1 (or 0x75D2C1) is unknown color: approx Downy. HEX triplet: 75, D2 and C1. RGB value is (117,210,193). Sum of RGB (Red+Green+Blue) = 117+210+193=520 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.5% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #75D2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2C1 is #8A2D3E. Grayscale: #B4B4B4. Windows color (decimal): -9055551 or 12702325. OLE color: 12702325.

HSL color Cylindrical-coordinate representation of color #75D2C1: hue angle of 169.03º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D2C1 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB117210193-
CMYK0.4400.080.18
HSL169.03º50.82%64.12%-
HSV(B)169.03º44.29%82.35%-
XYZ40.0153.7358.71-
YUV180.26135.1982.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.5%
GREEN value IS 210 (82.42% from 255) = 40.38%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=22.5%
G=40.38%
B=37.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172101930.4400.080.18169.0350.8264.12
Hex75D2C12C0812a93340
Octal165322301540102225163100
Binary111010111010010110000011011000100010010101010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,210,193); }

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

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

 a { background-color: rgb(117,210,193); }

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

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

 span { border-color: rgb(117,210,193); }

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