Html Css Color HEX #60D9BA Downy

📋 copy color: '#60D9BA'

red 96 ◦ green 217 ◦ blue 186

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

Shades of Downy #60D9BA

Tints of Downy #60D9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.49%

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 19.24%
G = 43.49%
B = 37.27%

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

#60D9BA (or 0x60D9BA) is known color: Downy. HEX triplet: 60, D9 and BA. RGB value is (96,217,186). Sum of RGB (Red+Green+Blue) = 96+217+186=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #60D9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D9BA is #9F2645. Grayscale: #B1B1B1. Windows color (decimal): -10430022 or 12245344. OLE color: 12245344.

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

Color convert

RGB 96 217 186 -
CMYK 0.56 0 0.14 0.15
HSL 164.63º 0.61% 0.61% -
HSV(B) 164.63º 0.56% 0.85% -
XYZ 38.5 55.66 55.17 -
YUV 177.29 132.91 70.02 -
System Red Green Blue C M Y K H S L
Decimal 96 217 186 0.56 0 0.14 0.15 164.63 0.61 0.61
Hex 60 D9 BA 38 0 E F A5 3D 3D
Octal 140 331 272 70 0 16 17 245 75 75
Binary 1100000 11011001 10111010 111000 0 1110 1111 10100101 111101 111101

Color Harmonies of #60D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D9BA

Black with #60D9BA

Text Example


Text Example

White with #60D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,217,186); }

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

background-color css

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

 a { background-color: rgb(96,217,186); }

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

border-color css

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

 span { border-color: rgb(96,217,186); }

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