Html Css Color HEX #5FCC9E Medium Aquamarine

📋 copy color: '#5FCC9E'

red 95 ◦ green 204 ◦ blue 158

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

Shades of Medium Aquamarine #5FCC9E

Tints of Medium Aquamarine #5FCC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.57%

R = 20.79%
G = 44.64%
B = 34.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#5FCC9E (or 0x5FCC9E) is known color: Medium Aquamarine. HEX triplet: 5F, CC and 9E. RGB value is (95,204,158). Sum of RGB (Red+Green+Blue) = 95+204+158=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCC9E is #A03361. Grayscale: #A6A6A6. Windows color (decimal): -10498914 or 10407007. OLE color: 10407007.

HSL color Cylindrical-coordinate representation of color #5FCC9E: hue angle of 154.68º 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 #5FCC9E is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 204 158 -
CMYK 0.53 0 0.23 0.2
HSL 154.68º 0.52% 0.59% -
HSV(B) 154.68º 0.53% 0.8% -
XYZ 32.48 48.09 39.92 -
YUV 166.17 123.39 77.24 -
System Red Green Blue C M Y K H S L
Decimal 95 204 158 0.53 0 0.23 0.2 154.68 0.52 0.59
Hex 5F CC 9E 35 0 17 14 9B 34 3B
Octal 137 314 236 65 0 27 24 233 64 73
Binary 1011111 11001100 10011110 110101 0 10111 10100 10011011 110100 111011

Color Harmonies of #5FCC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCC9E

Black with #5FCC9E

Text Example


Text Example

White with #5FCC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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