Html Css Color HEX #60F1A6 Medium Aquamarine

📋 copy color: '#60F1A6'

red 96 ◦ green 241 ◦ blue 166

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

Shades of Medium Aquamarine #60F1A6

Tints of Medium Aquamarine #60F1A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33%

R = 19.09%
G = 47.91%
B = 33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#60F1A6 (or 0x60F1A6) is known color: Medium Aquamarine. HEX triplet: 60, F1 and A6. RGB value is (96,241,166). Sum of RGB (Red+Green+Blue) = 96+241+166=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #60F1A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F1A6 is #9F0E59. Grayscale: #BDBDBD. Windows color (decimal): -10423898 or 10940768. OLE color: 10940768.

HSL color Cylindrical-coordinate representation of color #60F1A6: hue angle of 148.97º 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 #60F1A6 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 241 166 -
CMYK 0.60 0 0.31 0.05
HSL 148.97º 0.84% 0.66% -
HSV(B) 148.97º 0.6% 0.95% -
XYZ 43.16 68.15 46.96 -
YUV 189.1 114.96 61.6 -
System Red Green Blue C M Y K H S L
Decimal 96 241 166 0.60 0 0.31 0.05 148.97 0.84 0.66
Hex 60 F1 A6 3C 0 1F 5 95 54 42
Octal 140 361 246 74 0 37 5 225 124 102
Binary 1100000 11110001 10100110 111100 0 11111 101 10010101 1010100 1000010

Color Harmonies of #60F1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F1A6

Black with #60F1A6

Text Example


Text Example

White with #60F1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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