#75D2C2

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

Shades of Downy #75D2C2

Tints of Downy #75D2C2

Color information

#75D2C2 (or 0x75D2C2) is unknown color: approx Downy. HEX triplet: 75, D2 and C2. RGB value is (117,210,194). Sum of RGB (Red+Green+Blue) = 117+210+194=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #75D2C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2C2 is #8A2D3D. Grayscale: #B4B4B4. Windows color (decimal): -9055550 or 12767861. OLE color: 12767861.

HSL color Cylindrical-coordinate representation of color #75D2C2: hue angle of 169.68º 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 #75D2C2 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB117210194-
CMYK0.4400.080.18
HSL169.68º50.82%64.12%-
HSV(B)169.68º44.29%82.35%-
XYZ40.1253.7759.3-
YUV180.37135.6982.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.46%
GREEN value IS 210 (82.42% from 255) = 40.31%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=22.46%
G=40.31%
B=37.24%

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
Decimal1172101940.4400.080.18169.6850.8264.12
Hex75D2C22C0812aa3340
Octal165322302540102225263100
Binary111010111010010110000101011000100010010101010101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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