#75DCB4

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

Shades of Downy #75DCB4

Tints of Downy #75DCB4

Color information

#75DCB4 (or 0x75DCB4) is unknown color: approx Downy. HEX triplet: 75, DC and B4. RGB value is (117,220,180). Sum of RGB (Red+Green+Blue) = 117+220+180=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCB4 is #8A234B. Grayscale: #B8B8B8. Windows color (decimal): -9053004 or 11852917. OLE color: 11852917.

HSL color Cylindrical-coordinate representation of color #75DCB4: hue angle of 156.7º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCB4 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB117220180-
CMYK0.4700.180.14
HSL156.7º59.54%66.08%-
HSV(B)156.7º46.82%86.27%-
XYZ41.1758.2652.26-
YUV184.64125.3879.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.63%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=22.63%
G=42.55%
B=34.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172201800.4700.180.14156.759.5466.08
Hex75DCB42F012E9d3c42
Octal165334264570221623574102
Binary111010111011100101101001011110100101110100111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,220,180); }

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

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

 a { background-color: rgb(117,220,180); }

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

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

 span { border-color: rgb(117,220,180); }

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