Html Css Color HEX #5FFAC9 Aquamarine

📋 copy color: '#5FFAC9'

red 95 ◦ green 250 ◦ blue 201

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

Shades of Aquamarine #5FFAC9

Tints of Aquamarine #5FFAC9

RGB

 RED value IS 95 (37.5% from 255) = 17.4%

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

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 17.4%
G = 45.79%
B = 36.81%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#5FFAC9 (or 0x5FFAC9) is known color: Aquamarine. HEX triplet: 5F, FA and C9. RGB value is (95,250,201). Sum of RGB (Red+Green+Blue) = 95+250+201=546 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.40% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAC9 is #A00536. Grayscale: #C6C6C6. Windows color (decimal): -10487095 or 13236831. OLE color: 13236831.

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

Color convert

RGB 95 250 201 -
CMYK 0.62 0 0.20 0.02
HSL 161.03º 0.94% 0.68% -
HSV(B) 161.03º 0.62% 0.98% -
XYZ 49.45 75.02 67.13 -
YUV 198.07 129.65 54.48 -
System Red Green Blue C M Y K H S L
Decimal 95 250 201 0.62 0 0.20 0.02 161.03 0.94 0.68
Hex 5F FA C9 3E 0 14 2 A1 5E 44
Octal 137 372 311 76 0 24 2 241 136 104
Binary 1011111 11111010 11001001 111110 0 10100 10 10100001 1011110 1000100

Color Harmonies of #5FFAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFAC9

Black with #5FFAC9

Text Example


Text Example

White with #5FFAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,250,201); }

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

background-color css

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

 a { background-color: rgb(95,250,201); }

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

border-color css

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

 span { border-color: rgb(95,250,201); }

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