Html Css Color HEX #5ACF99 Medium Aquamarine

📋 copy color: '#5ACF99'

red 90 ◦ green 207 ◦ blue 153

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

Shades of Medium Aquamarine #5ACF99

Tints of Medium Aquamarine #5ACF99

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46%

 BLUE value IS 153 (60.16% from 255) = 34%

R = 20%
G = 46%
B = 34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#5ACF99 (or 0x5ACF99) is known color: Medium Aquamarine. HEX triplet: 5A, CF and 99. RGB value is (90,207,153). Sum of RGB (Red+Green+Blue) = 90+207+153=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACF99 is #A53066. Grayscale: #A5A5A5. Windows color (decimal): -10825831 or 10080090. OLE color: 10080090.

HSL color Cylindrical-coordinate representation of color #5ACF99: hue angle of 152.31º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACF99 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 153 -
CMYK 0.57 0 0.26 0.19
HSL 152.31º 0.55% 0.58% -
HSV(B) 152.31º 0.57% 0.81% -
XYZ 32.28 49.1 37.91 -
YUV 165.86 120.74 73.89 -
System Red Green Blue C M Y K H S L
Decimal 90 207 153 0.57 0 0.26 0.19 152.31 0.55 0.58
Hex 5A CF 99 39 0 1A 13 98 37 3A
Octal 132 317 231 71 0 32 23 230 67 72
Binary 1011010 11001111 10011001 111001 0 11010 10011 10011000 110111 111010

Color Harmonies of #5ACF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF99

Black with #5ACF99

Text Example


Text Example

White with #5ACF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,207,153); }

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

background-color css

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

 a { background-color: rgb(90,207,153); }

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

border-color css

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

 span { border-color: rgb(90,207,153); }

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