Html Css Color HEX #60DEC4 Downy

📋 copy color: '#60DEC4'

red 96 ◦ green 222 ◦ blue 196

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

Shades of Downy #60DEC4

Tints of Downy #60DEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.13%

R = 18.68%
G = 43.19%
B = 38.13%

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

#60DEC4 (or 0x60DEC4) is known color: Downy. HEX triplet: 60, DE and C4. RGB value is (96,222,196). Sum of RGB (Red+Green+Blue) = 96+222+196=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DEC4 is #9F213B. Grayscale: #B5B5B5. Windows color (decimal): -10428732 or 12901984. OLE color: 12901984.

HSL color Cylindrical-coordinate representation of color #60DEC4: hue angle of 167.62º 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 #60DEC4 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 222 196 -
CMYK 0.57 0 0.12 0.13
HSL 167.62º 0.66% 0.62% -
HSV(B) 167.62º 0.57% 0.87% -
XYZ 40.91 58.71 61.4 -
YUV 181.36 136.26 67.11 -
System Red Green Blue C M Y K H S L
Decimal 96 222 196 0.57 0 0.12 0.13 167.62 0.66 0.62
Hex 60 DE C4 39 0 C D A8 42 3E
Octal 140 336 304 71 0 14 15 250 102 76
Binary 1100000 11011110 11000100 111001 0 1100 1101 10101000 1000010 111110

Color Harmonies of #60DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DEC4

Black with #60DEC4

Text Example


Text Example

White with #60DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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