Html Css Color HEX #60FBA0 Medium Aquamarine

📋 copy color: '#60FBA0'

red 96 ◦ green 251 ◦ blue 160

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

Shades of Medium Aquamarine #60FBA0

Tints of Medium Aquamarine #60FBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.51%

 BLUE value IS 160 (62.89% from 255) = 31.56%

R = 18.93%
G = 49.51%
B = 31.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#60FBA0 (or 0x60FBA0) is known color: Medium Aquamarine. HEX triplet: 60, FB and A0. RGB value is (96,251,160). Sum of RGB (Red+Green+Blue) = 96+251+160=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FBA0 is #9F045F. Grayscale: #C2C2C2. Windows color (decimal): -10421344 or 10550112. OLE color: 10550112.

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

Color convert

RGB 96 251 160 -
CMYK 0.62 0 0.36 0.02
HSL 144.77º 0.95% 0.68% -
HSV(B) 144.77º 0.62% 0.98% -
XYZ 45.67 74.02 45.14 -
YUV 194.28 108.65 57.9 -
System Red Green Blue C M Y K H S L
Decimal 96 251 160 0.62 0 0.36 0.02 144.77 0.95 0.68
Hex 60 FB A0 3E 0 24 2 91 5F 44
Octal 140 373 240 76 0 44 2 221 137 104
Binary 1100000 11111011 10100000 111110 0 100100 10 10010001 1011111 1000100

Color Harmonies of #60FBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FBA0

Black with #60FBA0

Text Example


Text Example

White with #60FBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,251,160); }

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

background-color css

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

 a { background-color: rgb(96,251,160); }

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

border-color css

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

 span { border-color: rgb(96,251,160); }

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