#75CDBE

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

Shades of Downy #75CDBE

Tints of Downy #75CDBE

Color information

#75CDBE (or 0x75CDBE) is unknown color: approx Downy. HEX triplet: 75, CD and BE. RGB value is (117,205,190). Sum of RGB (Red+Green+Blue) = 117+205+190=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDBE is #8A3241. Grayscale: #B0B0B0. Windows color (decimal): -9056834 or 12504437. OLE color: 12504437.

HSL color Cylindrical-coordinate representation of color #75CDBE: hue angle of 169.77º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CDBE is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB117205190-
CMYK0.4300.070.20
HSL169.77º46.81%63.14%-
HSV(B)169.77º42.93%80.39%-
XYZ38.4651.1656.56-
YUV176.98135.3585.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.85%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=22.85%
G=40.04%
B=37.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051900.4300.070.20169.7746.8163.14
Hex75CDBE2B0714aa2f3f
Octal1653152765307242525777
Binary1110101110011011011111010101101111010010101010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,205,190); }

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

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

 a { background-color: rgb(117,205,190); }

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

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

 span { border-color: rgb(117,205,190); }

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