Html Css Color HEX #60FACA Aquamarine

📋 copy color: '#60FACA'

red 96 ◦ green 250 ◦ blue 202

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

Shades of Aquamarine #60FACA

Tints of Aquamarine #60FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.86%

R = 17.52%
G = 45.62%
B = 36.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#60FACA (or 0x60FACA) is known color: Aquamarine. HEX triplet: 60, FA and CA. RGB value is (96,250,202). Sum of RGB (Red+Green+Blue) = 96+250+202=548 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.52% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #60FACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FACA is #9F0535. Grayscale: #C6C6C6. Windows color (decimal): -10421558 or 13302368. OLE color: 13302368.

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

Color convert

RGB 96 250 202 -
CMYK 0.62 0 0.19 0.02
HSL 161.3º 0.94% 0.68% -
HSV(B) 161.3º 0.62% 0.98% -
XYZ 49.67 75.12 67.76 -
YUV 198.48 129.98 54.9 -
System Red Green Blue C M Y K H S L
Decimal 96 250 202 0.62 0 0.19 0.02 161.3 0.94 0.68
Hex 60 FA CA 3E 0 13 2 A1 5E 44
Octal 140 372 312 76 0 23 2 241 136 104
Binary 1100000 11111010 11001010 111110 0 10011 10 10100001 1011110 1000100

Color Harmonies of #60FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FACA

Black with #60FACA

Text Example


Text Example

White with #60FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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