#75CDBA

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

Shades of Downy #75CDBA

Tints of Downy #75CDBA

Color information

#75CDBA (or 0x75CDBA) is unknown color: approx Downy. HEX triplet: 75, CD and BA. RGB value is (117,205,186). Sum of RGB (Red+Green+Blue) = 117+205+186=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDBA is #8A3245. Grayscale: #B0B0B0. Windows color (decimal): -9056838 or 12242293. OLE color: 12242293.

HSL color Cylindrical-coordinate representation of color #75CDBA: hue angle of 167.05º 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 #75CDBA is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB117205186-
CMYK0.4300.090.20
HSL167.05º46.81%63.14%-
HSV(B)167.05º42.93%80.39%-
XYZ38.0350.9954.29-
YUV176.52133.3585.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.03%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=23.03%
G=40.35%
B=36.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051860.4300.090.20167.0546.8163.14
Hex75CDBA2B0914a72f3f
Octal16531527253011242475777
Binary11101011100110110111010101011010011010010100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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