#75D6B6

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

Shades of Downy #75D6B6

Tints of Downy #75D6B6

Color information

#75D6B6 (or 0x75D6B6) is unknown color: approx Downy. HEX triplet: 75, D6 and B6. RGB value is (117,214,182). Sum of RGB (Red+Green+Blue) = 117+214+182=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #75D6B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D6B6 is #8A2949. Grayscale: #B5B5B5. Windows color (decimal): -9054538 or 11982453. OLE color: 11982453.

HSL color Cylindrical-coordinate representation of color #75D6B6: hue angle of 160.21º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D6B6 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB117214182-
CMYK0.4500.150.16
HSL160.21º54.19%64.9%-
HSV(B)160.21º45.33%83.92%-
XYZ39.8355.2552.82-
YUV181.35128.3682.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=22.81%
G=41.72%
B=35.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172141820.4500.150.16160.2154.1964.9
Hex75D6B62D0F10a03641
Octal165326266550172024066101
Binary111010111010110101101101011010111110000101000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,214,182); }

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

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

 a { background-color: rgb(117,214,182); }

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

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

 span { border-color: rgb(117,214,182); }

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