Html Css Color HEX #60DEC5 Downy

📋 copy color: '#60DEC5'

red 96 ◦ green 222 ◦ blue 197

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

Shades of Downy #60DEC5

Tints of Downy #60DEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.11%

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

R = 18.64%
G = 43.11%
B = 38.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#60DEC5 (or 0x60DEC5) is known color: Downy. HEX triplet: 60, DE and C5. RGB value is (96,222,197). Sum of RGB (Red+Green+Blue) = 96+222+197=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DEC5 is #9F213A. Grayscale: #B5B5B5. Windows color (decimal): -10428731 or 12967520. OLE color: 12967520.

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

Color convert

RGB 96 222 197 -
CMYK 0.57 0 0.11 0.13
HSL 168.1º 0.66% 0.62% -
HSV(B) 168.1º 0.57% 0.87% -
XYZ 41.02 58.76 62 -
YUV 181.48 136.76 67.03 -
System Red Green Blue C M Y K H S L
Decimal 96 222 197 0.57 0 0.11 0.13 168.1 0.66 0.62
Hex 60 DE C5 39 0 B D A8 42 3E
Octal 140 336 305 71 0 13 15 250 102 76
Binary 1100000 11011110 11000101 111001 0 1011 1101 10101000 1000010 111110

Color Harmonies of #60DEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DEC5

Black with #60DEC5

Text Example


Text Example

White with #60DEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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