Html Css Color HEX #60F9C2 Aquamarine

📋 copy color: '#60F9C2'

red 96 ◦ green 249 ◦ blue 194

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

Shades of Aquamarine #60F9C2

Tints of Aquamarine #60F9C2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.2%

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

R = 17.81%
G = 46.2%
B = 35.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#60F9C2 (or 0x60F9C2) is known color: Aquamarine. HEX triplet: 60, F9 and C2. RGB value is (96,249,194). Sum of RGB (Red+Green+Blue) = 96+249+194=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #60F9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F9C2 is #9F063D. Grayscale: #C5C5C5. Windows color (decimal): -10421822 or 12777824. OLE color: 12777824.

HSL color Cylindrical-coordinate representation of color #60F9C2: hue angle of 158.43º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F9C2 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 249 194 -
CMYK 0.61 0 0.22 0.02
HSL 158.43º 0.93% 0.68% -
HSV(B) 158.43º 0.61% 0.98% -
XYZ 48.44 74.13 62.8 -
YUV 196.98 126.31 55.97 -
System Red Green Blue C M Y K H S L
Decimal 96 249 194 0.61 0 0.22 0.02 158.43 0.93 0.68
Hex 60 F9 C2 3D 0 16 2 9E 5D 44
Octal 140 371 302 75 0 26 2 236 135 104
Binary 1100000 11111001 11000010 111101 0 10110 10 10011110 1011101 1000100

Color Harmonies of #60F9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F9C2

Black with #60F9C2

Text Example


Text Example

White with #60F9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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