Html Css Color HEX #60FAC6 Aquamarine

📋 copy color: '#60FAC6'

red 96 ◦ green 250 ◦ blue 198

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

Shades of Aquamarine #60FAC6

Tints of Aquamarine #60FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.4%

R = 17.65%
G = 45.96%
B = 36.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#60FAC6 (or 0x60FAC6) is known color: Aquamarine. HEX triplet: 60, FA and C6. RGB value is (96,250,198). Sum of RGB (Red+Green+Blue) = 96+250+198=544 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.65% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAC6 is #9F0539. Grayscale: #C6C6C6. Windows color (decimal): -10421562 or 13040224. OLE color: 13040224.

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

Color convert

RGB 96 250 198 -
CMYK 0.62 0 0.21 0.02
HSL 159.74º 0.94% 0.68% -
HSV(B) 159.74º 0.62% 0.98% -
XYZ 49.2 74.94 65.3 -
YUV 198.03 127.98 55.23 -
System Red Green Blue C M Y K H S L
Decimal 96 250 198 0.62 0 0.21 0.02 159.74 0.94 0.68
Hex 60 FA C6 3E 0 15 2 A0 5E 44
Octal 140 372 306 76 0 25 2 240 136 104
Binary 1100000 11111010 11000110 111110 0 10101 10 10100000 1011110 1000100

Color Harmonies of #60FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FAC6

Black with #60FAC6

Text Example


Text Example

White with #60FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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