Html Css Color HEX #60EDC7 Downy

📋 copy color: '#60EDC7'

red 96 ◦ green 237 ◦ blue 199

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

Shades of Downy #60EDC7

Tints of Downy #60EDC7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.55%

 BLUE value IS 199 (78.13% from 255) = 37.41%

R = 18.05%
G = 44.55%
B = 37.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#60EDC7 (or 0x60EDC7) is known color: Downy. HEX triplet: 60, ED and C7. RGB value is (96,237,199). Sum of RGB (Red+Green+Blue) = 96+237+199=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EDC7 is #9F1238. Grayscale: #BEBEBE. Windows color (decimal): -10424889 or 13102432. OLE color: 13102432.

HSL color Cylindrical-coordinate representation of color #60EDC7: hue angle of 163.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EDC7 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 237 199 -
CMYK 0.59 0 0.16 0.07
HSL 163.83º 0.8% 0.65% -
HSV(B) 163.83º 0.59% 0.93% -
XYZ 45.42 67.18 64.61 -
YUV 190.51 132.79 60.59 -
System Red Green Blue C M Y K H S L
Decimal 96 237 199 0.59 0 0.16 0.07 163.83 0.8 0.65
Hex 60 ED C7 3B 0 10 7 A4 50 41
Octal 140 355 307 73 0 20 7 244 120 101
Binary 1100000 11101101 11000111 111011 0 10000 111 10100100 1010000 1000001

Color Harmonies of #60EDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EDC7

Black with #60EDC7

Text Example


Text Example

White with #60EDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,237,199); }

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

background-color css

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

 a { background-color: rgb(96,237,199); }

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

border-color css

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

 span { border-color: rgb(96,237,199); }

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