Html Css Color HEX #60FAC7 Aquamarine

📋 copy color: '#60FAC7'

red 96 ◦ green 250 ◦ blue 199

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

Shades of Aquamarine #60FAC7

Tints of Aquamarine #60FAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.51%

R = 17.61%
G = 45.87%
B = 36.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#60FAC7 (or 0x60FAC7) is known color: Aquamarine. HEX triplet: 60, FA and C7. RGB value is (96,250,199). Sum of RGB (Red+Green+Blue) = 96+250+199=545 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.61% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAC7 is #9F0538. Grayscale: #C6C6C6. Windows color (decimal): -10421561 or 13105760. OLE color: 13105760.

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

Color convert

RGB 96 250 199 -
CMYK 0.62 0 0.20 0.02
HSL 160.13º 0.94% 0.68% -
HSV(B) 160.13º 0.62% 0.98% -
XYZ 49.32 74.98 65.91 -
YUV 198.14 128.48 55.15 -
System Red Green Blue C M Y K H S L
Decimal 96 250 199 0.62 0 0.20 0.02 160.13 0.94 0.68
Hex 60 FA C7 3E 0 14 2 A0 5E 44
Octal 140 372 307 76 0 24 2 240 136 104
Binary 1100000 11111010 11000111 111110 0 10100 10 10100000 1011110 1000100

Color Harmonies of #60FAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FAC7

Black with #60FAC7

Text Example


Text Example

White with #60FAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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