Html Css Color HEX #5FEBA2 Medium Aquamarine

📋 copy color: '#5FEBA2'

red 95 ◦ green 235 ◦ blue 162

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

Shades of Medium Aquamarine #5FEBA2

Tints of Medium Aquamarine #5FEBA2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.76%

 BLUE value IS 162 (63.67% from 255) = 32.93%

R = 19.31%
G = 47.76%
B = 32.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#5FEBA2 (or 0x5FEBA2) is known color: Medium Aquamarine. HEX triplet: 5F, EB and A2. RGB value is (95,235,162). Sum of RGB (Red+Green+Blue) = 95+235+162=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEBA2 is #A0145D. Grayscale: #B8B8B8. Windows color (decimal): -10490974 or 10677087. OLE color: 10677087.

HSL color Cylindrical-coordinate representation of color #5FEBA2: hue angle of 148.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBA2 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 235 162 -
CMYK 0.60 0 0.31 0.08
HSL 148.71º 0.78% 0.65% -
HSV(B) 148.71º 0.6% 0.92% -
XYZ 40.95 64.46 44.47 -
YUV 184.82 115.12 63.94 -
System Red Green Blue C M Y K H S L
Decimal 95 235 162 0.60 0 0.31 0.08 148.71 0.78 0.65
Hex 5F EB A2 3C 0 1F 8 95 4E 41
Octal 137 353 242 74 0 37 10 225 116 101
Binary 1011111 11101011 10100010 111100 0 11111 1000 10010101 1001110 1000001

Color Harmonies of #5FEBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBA2

Black with #5FEBA2

Text Example


Text Example

White with #5FEBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,235,162); }

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

background-color css

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

 a { background-color: rgb(95,235,162); }

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

border-color css

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

 span { border-color: rgb(95,235,162); }

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