Html Css Color HEX #5AFAB9 Aquamarine

📋 copy color: '#5AFAB9'

red 90 ◦ green 250 ◦ blue 185

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

Shades of Aquamarine #5AFAB9

Tints of Aquamarine #5AFAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.24%

R = 17.14%
G = 47.62%
B = 35.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#5AFAB9 (or 0x5AFAB9) is known color: Aquamarine. HEX triplet: 5A, FA and B9. RGB value is (90,250,185). Sum of RGB (Red+Green+Blue) = 90+250+185=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFAB9 is #A50546. Grayscale: #C2C2C2. Windows color (decimal): -10814791 or 12188250. OLE color: 12188250.

HSL color Cylindrical-coordinate representation of color #5AFAB9: hue angle of 155.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFAB9 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 250 185 -
CMYK 0.64 0 0.26 0.02
HSL 155.63º 0.94% 0.67% -
HSV(B) 155.63º 0.64% 0.98% -
XYZ 47.16 74.05 57.71 -
YUV 194.75 122.49 53.29 -
System Red Green Blue C M Y K H S L
Decimal 90 250 185 0.64 0 0.26 0.02 155.63 0.94 0.67
Hex 5A FA B9 40 0 1A 2 9C 5E 43
Octal 132 372 271 100 0 32 2 234 136 103
Binary 1011010 11111010 10111001 1000000 0 11010 10 10011100 1011110 1000011

Color Harmonies of #5AFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFAB9

Black with #5AFAB9

Text Example


Text Example

White with #5AFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,250,185); }

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

background-color css

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

 a { background-color: rgb(90,250,185); }

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

border-color css

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

 span { border-color: rgb(90,250,185); }

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