#60dac1

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

Shades of Downy #60DAC1

Tints of Downy #60DAC1

Color information

#60DAC1 (or 0x60DAC1) is unknown color: approx Downy. HEX triplet: 60, DA and C1. RGB value is (96,218,193). Sum of RGB (Red+Green+Blue) = 96+218+193=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #60DAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DAC1 is #9F253E. Grayscale: #B2B2B2. Windows color (decimal): -10429759 or 12704352. OLE color: 12704352.

HSL color Cylindrical-coordinate representation of color #60DAC1: hue angle of 167.7º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DAC1 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB96218193-
CMYK0.5600.110.15
HSL167.7º62.24%61.57%-
HSV(B)167.7º55.96%85.49%-
XYZ39.5256.4859.27-
YUV178.67136.0869.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.93%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=18.93%
G=43.00%
B=38.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962181930.5600.110.15167.762.2461.57
Hex60DAC1380BFa83e3e
Octal14033230170013172507676
Binary1100000110110101100000111100001011111110101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60dac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60dac1; }

 p { color: rgb(96,218,193); }

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

<style>
 a { background-color: #60dac1; }

 a { background-color: rgb(96,218,193); }

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

<style>
 span { border-color: #60dac1; }

 span { border-color: rgb(96,218,193); }

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