Html Css Color HEX #5AFDB9 Aquamarine

📋 copy color: '#5AFDB9'

red 90 ◦ green 253 ◦ blue 185

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

Shades of Aquamarine #5AFDB9

Tints of Aquamarine #5AFDB9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.92%

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

R = 17.05%
G = 47.92%
B = 35.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#5AFDB9 (or 0x5AFDB9) is known color: Aquamarine. HEX triplet: 5A, FD and B9. RGB value is (90,253,185). Sum of RGB (Red+Green+Blue) = 90+253+185=528 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.05% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFDB9 is #A50246. Grayscale: #C4C4C4. Windows color (decimal): -10814023 or 12189018. OLE color: 12189018.

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

Color convert

RGB 90 253 185 -
CMYK 0.64 0 0.27 0.01
HSL 154.97º 0.98% 0.67% -
HSV(B) 154.97º 0.64% 0.99% -
XYZ 48.1 75.93 58.02 -
YUV 196.51 121.5 52.03 -
System Red Green Blue C M Y K H S L
Decimal 90 253 185 0.64 0 0.27 0.01 154.97 0.98 0.67
Hex 5A FD B9 40 0 1B 1 9B 62 43
Octal 132 375 271 100 0 33 1 233 142 103
Binary 1011010 11111101 10111001 1000000 0 11011 1 10011011 1100010 1000011

Color Harmonies of #5AFDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFDB9

Black with #5AFDB9

Text Example


Text Example

White with #5AFDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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