Html Css Color HEX #60F996 Medium Aquamarine

📋 copy color: '#60F996'

red 96 ◦ green 249 ◦ blue 150

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

Shades of Medium Aquamarine #60F996

Tints of Medium Aquamarine #60F996

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.3%

 BLUE value IS 150 (58.98% from 255) = 30.3%

R = 19.39%
G = 50.3%
B = 30.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#60F996 (or 0x60F996) is known color: Medium Aquamarine. HEX triplet: 60, F9 and 96. RGB value is (96,249,150). Sum of RGB (Red+Green+Blue) = 96+249+150=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #60F996 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F996 is #9F0669. Grayscale: #C0C0C0. Windows color (decimal): -10421866 or 9894240. OLE color: 9894240.

HSL color Cylindrical-coordinate representation of color #60F996: hue angle of 141.18º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F996 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 249 150 -
CMYK 0.61 0 0.40 0.02
HSL 141.18º 0.93% 0.68% -
HSV(B) 141.18º 0.61% 0.98% -
XYZ 44.2 72.44 40.51 -
YUV 191.97 104.31 59.55 -
System Red Green Blue C M Y K H S L
Decimal 96 249 150 0.61 0 0.40 0.02 141.18 0.93 0.68
Hex 60 F9 96 3D 0 28 2 8D 5D 44
Octal 140 371 226 75 0 50 2 215 135 104
Binary 1100000 11111001 10010110 111101 0 101000 10 10001101 1011101 1000100

Color Harmonies of #60F996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F996

Black with #60F996

Text Example


Text Example

White with #60F996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,249,150); }

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

background-color css

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

 a { background-color: rgb(96,249,150); }

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

border-color css

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

 span { border-color: rgb(96,249,150); }

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