Html Css Color HEX #60FAB0 Medium Aquamarine

📋 copy color: '#60FAB0'

red 96 ◦ green 250 ◦ blue 176

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

Shades of Medium Aquamarine #60FAB0

Tints of Medium Aquamarine #60FAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.89%

 BLUE value IS 176 (69.14% from 255) = 33.72%

R = 18.39%
G = 47.89%
B = 33.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#60FAB0 (or 0x60FAB0) is known color: Medium Aquamarine. HEX triplet: 60, FA and B0. RGB value is (96,250,176). Sum of RGB (Red+Green+Blue) = 96+250+176=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FAB0 is #9F054F. Grayscale: #C3C3C3. Windows color (decimal): -10421584 or 11598432. OLE color: 11598432.

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

Color convert

RGB 96 250 176 -
CMYK 0.62 0 0.30 0.02
HSL 151.17º 0.94% 0.68% -
HSV(B) 151.17º 0.62% 0.98% -
XYZ 46.85 73.99 52.89 -
YUV 195.52 116.98 57.02 -
System Red Green Blue C M Y K H S L
Decimal 96 250 176 0.62 0 0.30 0.02 151.17 0.94 0.68
Hex 60 FA B0 3E 0 1E 2 97 5E 44
Octal 140 372 260 76 0 36 2 227 136 104
Binary 1100000 11111010 10110000 111110 0 11110 10 10010111 1011110 1000100

Color Harmonies of #60FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FAB0

Black with #60FAB0

Text Example


Text Example

White with #60FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,250,176); }

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

background-color css

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

 a { background-color: rgb(96,250,176); }

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

border-color css

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

 span { border-color: rgb(96,250,176); }

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