Html Css Color HEX #60F195 Medium Aquamarine

📋 copy color: '#60F195'

red 96 ◦ green 241 ◦ blue 149

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

Shades of Medium Aquamarine #60F195

Tints of Medium Aquamarine #60F195

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.59%

 BLUE value IS 149 (58.59% from 255) = 30.66%

R = 19.75%
G = 49.59%
B = 30.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#60F195 (or 0x60F195) is known color: Medium Aquamarine. HEX triplet: 60, F1 and 95. RGB value is (96,241,149). Sum of RGB (Red+Green+Blue) = 96+241+149=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #60F195 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F195 is #9F0E6A. Grayscale: #BBBBBB. Windows color (decimal): -10423915 or 9826656. OLE color: 9826656.

HSL color Cylindrical-coordinate representation of color #60F195: hue angle of 141.93º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F195 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 241 149 -
CMYK 0.60 0 0.38 0.05
HSL 141.93º 0.84% 0.66% -
HSV(B) 141.93º 0.6% 0.95% -
XYZ 41.7 67.57 39.28 -
YUV 187.16 106.46 62.98 -
System Red Green Blue C M Y K H S L
Decimal 96 241 149 0.60 0 0.38 0.05 141.93 0.84 0.66
Hex 60 F1 95 3C 0 26 5 8E 54 42
Octal 140 361 225 74 0 46 5 216 124 102
Binary 1100000 11110001 10010101 111100 0 100110 101 10001110 1010100 1000010

Color Harmonies of #60F195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F195

Black with #60F195

Text Example


Text Example

White with #60F195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,241,149); }

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

background-color css

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

 a { background-color: rgb(96,241,149); }

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

border-color css

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

 span { border-color: rgb(96,241,149); }

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