Html Css Color HEX #60D7BA Downy

📋 copy color: '#60D7BA'

red 96 ◦ green 215 ◦ blue 186

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

Shades of Downy #60D7BA

Tints of Downy #60D7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.26%

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

R = 19.32%
G = 43.26%
B = 37.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#60D7BA (or 0x60D7BA) is known color: Downy. HEX triplet: 60, D7 and BA. RGB value is (96,215,186). Sum of RGB (Red+Green+Blue) = 96+215+186=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D7BA is #9F2845. Grayscale: #B0B0B0. Windows color (decimal): -10430534 or 12244832. OLE color: 12244832.

HSL color Cylindrical-coordinate representation of color #60D7BA: hue angle of 165.38º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D7BA is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 215 186 -
CMYK 0.55 0 0.13 0.16
HSL 165.38º 0.6% 0.61% -
HSV(B) 165.38º 0.55% 0.84% -
XYZ 37.99 54.63 55 -
YUV 176.11 133.58 70.86 -
System Red Green Blue C M Y K H S L
Decimal 96 215 186 0.55 0 0.13 0.16 165.38 0.6 0.61
Hex 60 D7 BA 37 0 D 10 A5 3C 3D
Octal 140 327 272 67 0 15 20 245 74 75
Binary 1100000 11010111 10111010 110111 0 1101 10000 10100101 111100 111101

Color Harmonies of #60D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D7BA

Black with #60D7BA

Text Example


Text Example

White with #60D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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