Html Css Color HEX #60FBA4 Medium Aquamarine

📋 copy color: '#60FBA4'

red 96 ◦ green 251 ◦ blue 164

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

Shades of Medium Aquamarine #60FBA4

Tints of Medium Aquamarine #60FBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.09%

R = 18.79%
G = 49.12%
B = 32.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#60FBA4 (or 0x60FBA4) is known color: Medium Aquamarine. HEX triplet: 60, FB and A4. RGB value is (96,251,164). Sum of RGB (Red+Green+Blue) = 96+251+164=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FBA4 is #9F045B. Grayscale: #C2C2C2. Windows color (decimal): -10421340 or 10812256. OLE color: 10812256.

HSL color Cylindrical-coordinate representation of color #60FBA4: hue angle of 146.32º 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 #60FBA4 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 251 164 -
CMYK 0.62 0 0.35 0.02
HSL 146.32º 0.95% 0.68% -
HSV(B) 146.32º 0.62% 0.98% -
XYZ 46.02 74.16 47.01 -
YUV 194.74 110.65 57.57 -
System Red Green Blue C M Y K H S L
Decimal 96 251 164 0.62 0 0.35 0.02 146.32 0.95 0.68
Hex 60 FB A4 3E 0 23 2 92 5F 44
Octal 140 373 244 76 0 43 2 222 137 104
Binary 1100000 11111011 10100100 111110 0 100011 10 10010010 1011111 1000100

Color Harmonies of #60FBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FBA4

Black with #60FBA4

Text Example


Text Example

White with #60FBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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