Html Css Color HEX #60C5BD Downy

📋 copy color: '#60C5BD'

red 96 ◦ green 197 ◦ blue 189

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

Shades of Downy #60C5BD

Tints of Downy #60C5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.21%

R = 19.92%
G = 40.87%
B = 39.21%

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

#60C5BD (or 0x60C5BD) is known color: Downy. HEX triplet: 60, C5 and BD. RGB value is (96,197,189). Sum of RGB (Red+Green+Blue) = 96+197+189=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #60C5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C5BD is #9F3A42. Grayscale: #A5A5A5. Windows color (decimal): -10435139 or 12436832. OLE color: 12436832.

HSL color Cylindrical-coordinate representation of color #60C5BD: hue angle of 175.25º 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 #60C5BD is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 197 189 -
CMYK 0.51 0 0.04 0.23
HSL 175.25º 0.47% 0.57% -
HSV(B) 175.25º 0.51% 0.77% -
XYZ 33.98 46.09 55.25 -
YUV 165.89 141.04 78.15 -
System Red Green Blue C M Y K H S L
Decimal 96 197 189 0.51 0 0.04 0.23 175.25 0.47 0.57
Hex 60 C5 BD 33 0 4 17 AF 2F 39
Octal 140 305 275 63 0 4 27 257 57 71
Binary 1100000 11000101 10111101 110011 0 100 10111 10101111 101111 111001

Color Harmonies of #60C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C5BD

Black with #60C5BD

Text Example


Text Example

White with #60C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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