#75DCBB

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

Shades of Downy #75DCBB

Tints of Downy #75DCBB

Color information

#75DCBB (or 0x75DCBB) is unknown color: approx Downy. HEX triplet: 75, DC and BB. RGB value is (117,220,187). Sum of RGB (Red+Green+Blue) = 117+220+187=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCBB is #8A2344. Grayscale: #B9B9B9. Windows color (decimal): -9052997 or 12311669. OLE color: 12311669.

HSL color Cylindrical-coordinate representation of color #75DCBB: hue angle of 160.78º 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 #75DCBB is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB117220187-
CMYK0.4700.150.14
HSL160.78º59.54%66.08%-
HSV(B)160.78º46.82%86.27%-
XYZ41.958.5656.11-
YUV185.44128.8879.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.33%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=22.33%
G=41.98%
B=35.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172201870.4700.150.14160.7859.5466.08
Hex75DCBB2F0FEa13c42
Octal165334273570171624174102
Binary11101011101110010111011101111011111110101000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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