Html Css Color HEX #5FECA5 Medium Aquamarine

📋 copy color: '#5FECA5'

red 95 ◦ green 236 ◦ blue 165

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

Shades of Medium Aquamarine #5FECA5

Tints of Medium Aquamarine #5FECA5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.58%

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 19.15%
G = 47.58%
B = 33.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#5FECA5 (or 0x5FECA5) is known color: Medium Aquamarine. HEX triplet: 5F, EC and A5. RGB value is (95,236,165). Sum of RGB (Red+Green+Blue) = 95+236+165=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FECA5 is #A0135A. Grayscale: #B9B9B9. Windows color (decimal): -10490715 or 10873951. OLE color: 10873951.

HSL color Cylindrical-coordinate representation of color #5FECA5: hue angle of 149.79º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FECA5 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 236 165 -
CMYK 0.60 0 0.30 0.07
HSL 149.79º 0.79% 0.65% -
HSV(B) 149.79º 0.6% 0.93% -
XYZ 41.51 65.14 45.98 -
YUV 185.75 116.29 63.27 -
System Red Green Blue C M Y K H S L
Decimal 95 236 165 0.60 0 0.30 0.07 149.79 0.79 0.65
Hex 5F EC A5 3C 0 1E 7 96 4F 41
Octal 137 354 245 74 0 36 7 226 117 101
Binary 1011111 11101100 10100101 111100 0 11110 111 10010110 1001111 1000001

Color Harmonies of #5FECA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FECA5

Black with #5FECA5

Text Example


Text Example

White with #5FECA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,236,165); }

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

background-color css

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

 a { background-color: rgb(95,236,165); }

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

border-color css

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

 span { border-color: rgb(95,236,165); }

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