Html Css Color HEX #60FAB4 Aquamarine

📋 copy color: '#60FAB4'

red 96 ◦ green 250 ◦ blue 180

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

Shades of Aquamarine #60FAB4

Tints of Aquamarine #60FAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.22%

R = 18.25%
G = 47.53%
B = 34.22%

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

#60FAB4 (or 0x60FAB4) is known color: Aquamarine. HEX triplet: 60, FA and B4. RGB value is (96,250,180). Sum of RGB (Red+Green+Blue) = 96+250+180=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAB4 is #9F054B. Grayscale: #C4C4C4. Windows color (decimal): -10421580 or 11860576. OLE color: 11860576.

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

Color convert

RGB 96 250 180 -
CMYK 0.62 0 0.28 0.02
HSL 152.73º 0.94% 0.68% -
HSV(B) 152.73º 0.62% 0.98% -
XYZ 47.25 74.15 55 -
YUV 195.97 118.98 56.69 -
System Red Green Blue C M Y K H S L
Decimal 96 250 180 0.62 0 0.28 0.02 152.73 0.94 0.68
Hex 60 FA B4 3E 0 1C 2 99 5E 44
Octal 140 372 264 76 0 34 2 231 136 104
Binary 1100000 11111010 10110100 111110 0 11100 10 10011001 1011110 1000100

Color Harmonies of #60FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FAB4

Black with #60FAB4

Text Example


Text Example

White with #60FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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