Html Css Color HEX #60CDBA Downy

📋 copy color: '#60CDBA'

red 96 ◦ green 205 ◦ blue 186

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

Shades of Downy #60CDBA

Tints of Downy #60CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.09%

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

R = 19.71%
G = 42.09%
B = 38.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#60CDBA (or 0x60CDBA) is known color: Downy. HEX triplet: 60, CD and BA. RGB value is (96,205,186). Sum of RGB (Red+Green+Blue) = 96+205+186=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDBA is #9F3245. Grayscale: #AAAAAA. Windows color (decimal): -10433094 or 12242272. OLE color: 12242272.

HSL color Cylindrical-coordinate representation of color #60CDBA: hue angle of 169.54º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CDBA is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 205 186 -
CMYK 0.53 0 0.09 0.20
HSL 169.54º 0.52% 0.59% -
HSV(B) 169.54º 0.53% 0.8% -
XYZ 35.52 49.69 54.17 -
YUV 170.24 136.89 75.04 -
System Red Green Blue C M Y K H S L
Decimal 96 205 186 0.53 0 0.09 0.20 169.54 0.52 0.59
Hex 60 CD BA 35 0 9 14 AA 34 3B
Octal 140 315 272 65 0 11 24 252 64 73
Binary 1100000 11001101 10111010 110101 0 1001 10100 10101010 110100 111011

Color Harmonies of #60CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDBA

Black with #60CDBA

Text Example


Text Example

White with #60CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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