Html Css Color HEX #60FAC2 Aquamarine

📋 copy color: '#60FAC2'

red 96 ◦ green 250 ◦ blue 194

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

Shades of Aquamarine #60FAC2

Tints of Aquamarine #60FAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.93%

R = 17.78%
G = 46.3%
B = 35.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#60FAC2 (or 0x60FAC2) is known color: Aquamarine. HEX triplet: 60, FA and C2. RGB value is (96,250,194). Sum of RGB (Red+Green+Blue) = 96+250+194=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAC2 is #9F053D. Grayscale: #C5C5C5. Windows color (decimal): -10421566 or 12778080. OLE color: 12778080.

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

Color convert

RGB 96 250 194 -
CMYK 0.62 0 0.22 0.02
HSL 158.18º 0.94% 0.68% -
HSV(B) 158.18º 0.62% 0.98% -
XYZ 48.75 74.75 62.9 -
YUV 197.57 125.98 55.55 -
System Red Green Blue C M Y K H S L
Decimal 96 250 194 0.62 0 0.22 0.02 158.18 0.94 0.68
Hex 60 FA C2 3E 0 16 2 9E 5E 44
Octal 140 372 302 76 0 26 2 236 136 104
Binary 1100000 11111010 11000010 111110 0 10110 10 10011110 1011110 1000100

Color Harmonies of #60FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FAC2

Black with #60FAC2

Text Example


Text Example

White with #60FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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