Html Css Color HEX #60DABC Downy

📋 copy color: '#60DABC'

red 96 ◦ green 218 ◦ blue 188

#60DABC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #60DABC

Tints of Downy #60DABC

RGB

 RED value IS 96 (37.89% from 255) = 19.12%

 GREEN value IS 218 (85.55% from 255) = 43.43%

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 19.12%
G = 43.43%
B = 37.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#60DABC (or 0x60DABC) is known color: Downy. HEX triplet: 60, DA and BC. RGB value is (96,218,188). Sum of RGB (Red+Green+Blue) = 96+218+188=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #60DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DABC is #9F2543. Grayscale: #B2B2B2. Windows color (decimal): -10429764 or 12376672. OLE color: 12376672.

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

Color convert

RGB 96 218 188 -
CMYK 0.56 0 0.14 0.15
HSL 165.25º 0.62% 0.62% -
HSV(B) 165.25º 0.56% 0.85% -
XYZ 38.97 56.26 56.38 -
YUV 178.1 133.58 69.44 -
System Red Green Blue C M Y K H S L
Decimal 96 218 188 0.56 0 0.14 0.15 165.25 0.62 0.62
Hex 60 DA BC 38 0 E F A5 3E 3E
Octal 140 332 274 70 0 16 17 245 76 76
Binary 1100000 11011010 10111100 111000 0 1110 1111 10100101 111110 111110

Color Harmonies of #60DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DABC

Black with #60DABC

Text Example


Text Example

White with #60DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60DABC;
 }
 .AnyTagClassName
 {
   color: #60DABC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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