Html Css Color HEX #60FAB3 Aquamarine

📋 copy color: '#60FAB3'

red 96 ◦ green 250 ◦ blue 179

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

Shades of Aquamarine #60FAB3

Tints of Aquamarine #60FAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.1%

R = 18.29%
G = 47.62%
B = 34.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#60FAB3 (or 0x60FAB3) is known color: Aquamarine. HEX triplet: 60, FA and B3. RGB value is (96,250,179). Sum of RGB (Red+Green+Blue) = 96+250+179=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAB3 is #9F054C. Grayscale: #C3C3C3. Windows color (decimal): -10421581 or 11795040. OLE color: 11795040.

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

Color convert

RGB 96 250 179 -
CMYK 0.62 0 0.28 0.02
HSL 152.34º 0.94% 0.68% -
HSV(B) 152.34º 0.62% 0.98% -
XYZ 47.15 74.11 54.47 -
YUV 195.86 118.48 56.77 -
System Red Green Blue C M Y K H S L
Decimal 96 250 179 0.62 0 0.28 0.02 152.34 0.94 0.68
Hex 60 FA B3 3E 0 1C 2 98 5E 44
Octal 140 372 263 76 0 34 2 230 136 104
Binary 1100000 11111010 10110011 111110 0 11100 10 10011000 1011110 1000100

Color Harmonies of #60FAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FAB3

Black with #60FAB3

Text Example


Text Example

White with #60FAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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