Html Css Color HEX #5AF09C Medium Aquamarine

📋 copy color: '#5AF09C'

red 90 ◦ green 240 ◦ blue 156

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

Shades of Medium Aquamarine #5AF09C

Tints of Medium Aquamarine #5AF09C

RGB

 RED value IS 90 (35.55% from 255) = 18.52%

 GREEN value IS 240 (94.14% from 255) = 49.38%

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 18.52%
G = 49.38%
B = 32.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#5AF09C (or 0x5AF09C) is known color: Medium Aquamarine. HEX triplet: 5A, F0 and 9C. RGB value is (90,240,156). Sum of RGB (Red+Green+Blue) = 90+240+156=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF09C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF09C is #A50F63. Grayscale: #B9B9B9. Windows color (decimal): -10817380 or 10285146. OLE color: 10285146.

HSL color Cylindrical-coordinate representation of color #5AF09C: hue angle of 146.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF09C is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 240 156 -
CMYK 0.62 0 0.35 0.06
HSL 146.4º 0.83% 0.65% -
HSV(B) 146.4º 0.63% 0.94% -
XYZ 41.38 66.89 42.18 -
YUV 185.57 111.31 59.83 -
System Red Green Blue C M Y K H S L
Decimal 90 240 156 0.62 0 0.35 0.06 146.4 0.83 0.65
Hex 5A F0 9C 3E 0 23 6 92 53 41
Octal 132 360 234 76 0 43 6 222 123 101
Binary 1011010 11110000 10011100 111110 0 100011 110 10010010 1010011 1000001

Color Harmonies of #5AF09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF09C

Black with #5AF09C

Text Example


Text Example

White with #5AF09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AF09C; }

 p { color: rgb(90,240,156); }

 H1.HeaderClassName
 {
   color: #5AF09C;
 }
 .AnyTagClassName
 {
   color: #5AF09C;
 }
</style>

background-color css

<style>
 a { background-color: #5AF09C; }

 a { background-color: rgb(90,240,156); }

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

border-color css

<style>
 span { border-color: #5AF09C; }

 span { border-color: rgb(90,240,156); }

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