Html Css Color HEX #60DFC5 Downy

📋 copy color: '#60DFC5'

red 96 ◦ green 223 ◦ blue 197

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

Shades of Downy #60DFC5

Tints of Downy #60DFC5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.22%

 BLUE value IS 197 (77.34% from 255) = 38.18%

R = 18.6%
G = 43.22%
B = 38.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#60DFC5 (or 0x60DFC5) is known color: Downy. HEX triplet: 60, DF and C5. RGB value is (96,223,197). Sum of RGB (Red+Green+Blue) = 96+223+197=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFC5 is #9F203A. Grayscale: #B6B6B6. Windows color (decimal): -10428475 or 12967776. OLE color: 12967776.

HSL color Cylindrical-coordinate representation of color #60DFC5: hue angle of 167.72º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFC5 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 223 197 -
CMYK 0.57 0 0.12 0.13
HSL 167.72º 0.66% 0.63% -
HSV(B) 167.72º 0.57% 0.87% -
XYZ 41.29 59.29 62.09 -
YUV 182.06 136.42 66.61 -
System Red Green Blue C M Y K H S L
Decimal 96 223 197 0.57 0 0.12 0.13 167.72 0.66 0.63
Hex 60 DF C5 39 0 C D A8 42 3F
Octal 140 337 305 71 0 14 15 250 102 77
Binary 1100000 11011111 11000101 111001 0 1100 1101 10101000 1000010 111111

Color Harmonies of #60DFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFC5

Black with #60DFC5

Text Example


Text Example

White with #60DFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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