Html Css Color HEX #5FFCC9 Aquamarine

📋 copy color: '#5FFCC9'

red 95 ◦ green 252 ◦ blue 201

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

Shades of Aquamarine #5FFCC9

Tints of Aquamarine #5FFCC9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.99%

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

R = 17.34%
G = 45.99%
B = 36.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#5FFCC9 (or 0x5FFCC9) is known color: Aquamarine. HEX triplet: 5F, FC and C9. RGB value is (95,252,201). Sum of RGB (Red+Green+Blue) = 95+252+201=548 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.34% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFCC9 is #A00336. Grayscale: #C7C7C7. Windows color (decimal): -10486583 or 13237343. OLE color: 13237343.

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

Color convert

RGB 95 252 201 -
CMYK 0.62 0 0.20 0.01
HSL 160.51º 0.96% 0.68% -
HSV(B) 160.51º 0.62% 0.99% -
XYZ 50.07 76.27 67.34 -
YUV 199.24 128.99 53.65 -
System Red Green Blue C M Y K H S L
Decimal 95 252 201 0.62 0 0.20 0.01 160.51 0.96 0.68
Hex 5F FC C9 3E 0 14 1 A1 60 44
Octal 137 374 311 76 0 24 1 241 140 104
Binary 1011111 11111100 11001001 111110 0 10100 1 10100001 1100000 1000100

Color Harmonies of #5FFCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFCC9

Black with #5FFCC9

Text Example


Text Example

White with #5FFCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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