Html Css Color HEX #5FCB9F Medium Aquamarine

📋 copy color: '#5FCB9F'

red 95 ◦ green 203 ◦ blue 159

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

Shades of Medium Aquamarine #5FCB9F

Tints of Medium Aquamarine #5FCB9F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.42%

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

R = 20.79%
G = 44.42%
B = 34.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#5FCB9F (or 0x5FCB9F) is known color: Medium Aquamarine. HEX triplet: 5F, CB and 9F. RGB value is (95,203,159). Sum of RGB (Red+Green+Blue) = 95+203+159=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCB9F is #A03460. Grayscale: #A5A5A5. Windows color (decimal): -10499169 or 10472287. OLE color: 10472287.

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

Color convert

RGB 95 203 159 -
CMYK 0.53 0 0.22 0.20
HSL 155.56º 0.51% 0.58% -
HSV(B) 155.56º 0.53% 0.8% -
XYZ 32.33 47.65 40.29 -
YUV 165.69 124.22 77.58 -
System Red Green Blue C M Y K H S L
Decimal 95 203 159 0.53 0 0.22 0.20 155.56 0.51 0.58
Hex 5F CB 9F 35 0 16 14 9C 33 3A
Octal 137 313 237 65 0 26 24 234 63 72
Binary 1011111 11001011 10011111 110101 0 10110 10100 10011100 110011 111010

Color Harmonies of #5FCB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCB9F

Black with #5FCB9F

Text Example


Text Example

White with #5FCB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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