Html Css Color HEX #5FCF9D Medium Aquamarine

📋 copy color: '#5FCF9D'

red 95 ◦ green 207 ◦ blue 157

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

Shades of Medium Aquamarine #5FCF9D

Tints of Medium Aquamarine #5FCF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 20.7%
G = 45.1%
B = 34.2%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#5FCF9D (or 0x5FCF9D) is known color: Medium Aquamarine. HEX triplet: 5F, CF and 9D. RGB value is (95,207,157). Sum of RGB (Red+Green+Blue) = 95+207+157=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCF9D is #A03062. Grayscale: #A7A7A7. Windows color (decimal): -10498147 or 10342239. OLE color: 10342239.

HSL color Cylindrical-coordinate representation of color #5FCF9D: hue angle of 153.21º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCF9D is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 207 157 -
CMYK 0.54 0 0.24 0.19
HSL 153.21º 0.54% 0.59% -
HSV(B) 153.21º 0.54% 0.81% -
XYZ 33.12 49.49 39.71 -
YUV 167.81 121.89 76.07 -
System Red Green Blue C M Y K H S L
Decimal 95 207 157 0.54 0 0.24 0.19 153.21 0.54 0.59
Hex 5F CF 9D 36 0 18 13 99 36 3B
Octal 137 317 235 66 0 30 23 231 66 73
Binary 1011111 11001111 10011101 110110 0 11000 10011 10011001 110110 111011

Color Harmonies of #5FCF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCF9D

Black with #5FCF9D

Text Example


Text Example

White with #5FCF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,207,157); }

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

background-color css

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

 a { background-color: rgb(95,207,157); }

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

border-color css

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

 span { border-color: rgb(95,207,157); }

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