Html Css Color HEX #5ACF9F Medium Aquamarine

📋 copy color: '#5ACF9F'

red 90 ◦ green 207 ◦ blue 159

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

Shades of Medium Aquamarine #5ACF9F

Tints of Medium Aquamarine #5ACF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.87%

R = 19.74%
G = 45.39%
B = 34.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#5ACF9F (or 0x5ACF9F) is known color: Medium Aquamarine. HEX triplet: 5A, CF and 9F. RGB value is (90,207,159). Sum of RGB (Red+Green+Blue) = 90+207+159=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACF9F is #A53060. Grayscale: #A6A6A6. Windows color (decimal): -10825825 or 10473306. OLE color: 10473306.

HSL color Cylindrical-coordinate representation of color #5ACF9F: hue angle of 155.38º 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 #5ACF9F is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 159 -
CMYK 0.57 0 0.23 0.19
HSL 155.38º 0.55% 0.58% -
HSV(B) 155.38º 0.57% 0.81% -
XYZ 32.79 49.3 40.59 -
YUV 166.55 123.74 73.4 -
System Red Green Blue C M Y K H S L
Decimal 90 207 159 0.57 0 0.23 0.19 155.38 0.55 0.58
Hex 5A CF 9F 39 0 17 13 9B 37 3A
Octal 132 317 237 71 0 27 23 233 67 72
Binary 1011010 11001111 10011111 111001 0 10111 10011 10011011 110111 111010

Color Harmonies of #5ACF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF9F

Black with #5ACF9F

Text Example


Text Example

White with #5ACF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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