Html Css Color HEX #5FCC9F Medium Aquamarine

📋 copy color: '#5FCC9F'

red 95 ◦ green 204 ◦ blue 159

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

Shades of Medium Aquamarine #5FCC9F

Tints of Medium Aquamarine #5FCC9F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

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

R = 20.74%
G = 44.54%
B = 34.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#5FCC9F (or 0x5FCC9F) is known color: Medium Aquamarine. HEX triplet: 5F, CC and 9F. RGB value is (95,204,159). Sum of RGB (Red+Green+Blue) = 95+204+159=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCC9F is #A03360. Grayscale: #A6A6A6. Windows color (decimal): -10498913 or 10472543. OLE color: 10472543.

HSL color Cylindrical-coordinate representation of color #5FCC9F: hue angle of 155.23º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCC9F is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 204 159 -
CMYK 0.53 0 0.22 0.2
HSL 155.23º 0.52% 0.59% -
HSV(B) 155.23º 0.53% 0.8% -
XYZ 32.57 48.12 40.37 -
YUV 166.28 123.89 77.16 -
System Red Green Blue C M Y K H S L
Decimal 95 204 159 0.53 0 0.22 0.2 155.23 0.52 0.59
Hex 5F CC 9F 35 0 16 14 9B 34 3B
Octal 137 314 237 65 0 26 24 233 64 73
Binary 1011111 11001100 10011111 110101 0 10110 10100 10011011 110100 111011

Color Harmonies of #5FCC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCC9F

Black with #5FCC9F

Text Example


Text Example

White with #5FCC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,204,159); }

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

background-color css

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

 a { background-color: rgb(95,204,159); }

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

border-color css

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

 span { border-color: rgb(95,204,159); }

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