Html Css Color HEX #60C5BE Downy

📋 copy color: '#60C5BE'

red 96 ◦ green 197 ◦ blue 190

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

Shades of Downy #60C5BE

Tints of Downy #60C5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.79%

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 19.88%
G = 40.79%
B = 39.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#60C5BE (or 0x60C5BE) is known color: Downy. HEX triplet: 60, C5 and BE. RGB value is (96,197,190). Sum of RGB (Red+Green+Blue) = 96+197+190=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #60C5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C5BE is #9F3A41. Grayscale: #A5A5A5. Windows color (decimal): -10435138 or 12502368. OLE color: 12502368.

HSL color Cylindrical-coordinate representation of color #60C5BE: hue angle of 175.84º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C5BE is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 197 190 -
CMYK 0.51 0 0.04 0.23
HSL 175.84º 0.47% 0.57% -
HSV(B) 175.84º 0.51% 0.77% -
XYZ 34.08 46.14 55.82 -
YUV 166 141.54 78.07 -
System Red Green Blue C M Y K H S L
Decimal 96 197 190 0.51 0 0.04 0.23 175.84 0.47 0.57
Hex 60 C5 BE 33 0 4 17 B0 2F 39
Octal 140 305 276 63 0 4 27 260 57 71
Binary 1100000 11000101 10111110 110011 0 100 10111 10110000 101111 111001

Color Harmonies of #60C5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C5BE

Black with #60C5BE

Text Example


Text Example

White with #60C5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,197,190); }

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

background-color css

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

 a { background-color: rgb(96,197,190); }

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

border-color css

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

 span { border-color: rgb(96,197,190); }

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