Html Css Color HEX #65EFAC Medium Aquamarine

📋 copy color: '#65EFAC'

red 101 ◦ green 239 ◦ blue 172

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

Shades of Medium Aquamarine #65EFAC

Tints of Medium Aquamarine #65EFAC

RGB

 RED value IS 101 (39.84% from 255) = 19.73%

 GREEN value IS 239 (93.75% from 255) = 46.68%

 BLUE value IS 172 (67.58% from 255) = 33.59%

R = 19.73%
G = 46.68%
B = 33.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#65EFAC (or 0x65EFAC) is known color: Medium Aquamarine. HEX triplet: 65, EF and AC. RGB value is (101,239,172). Sum of RGB (Red+Green+Blue) = 101+239+172=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EFAC is #9A1053. Grayscale: #BEBEBE. Windows color (decimal): -10096724 or 11333477. OLE color: 11333477.

HSL color Cylindrical-coordinate representation of color #65EFAC: hue angle of 150.87º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EFAC is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 239 172 -
CMYK 0.58 0 0.28 0.06
HSL 150.87º 0.81% 0.67% -
HSV(B) 150.87º 0.58% 0.94% -
XYZ 43.68 67.48 49.75 -
YUV 190.1 117.78 64.45 -
System Red Green Blue C M Y K H S L
Decimal 101 239 172 0.58 0 0.28 0.06 150.87 0.81 0.67
Hex 65 EF AC 3A 0 1C 6 97 51 43
Octal 145 357 254 72 0 34 6 227 121 103
Binary 1100101 11101111 10101100 111010 0 11100 110 10010111 1010001 1000011

Color Harmonies of #65EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EFAC

Black with #65EFAC

Text Example


Text Example

White with #65EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65EFAC; }

 p { color: rgb(101,239,172); }

 H1.HeaderClassName
 {
   color: #65EFAC;
 }
 .AnyTagClassName
 {
   color: #65EFAC;
 }
</style>

background-color css

<style>
 a { background-color: #65EFAC; }

 a { background-color: rgb(101,239,172); }

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

border-color css

<style>
 span { border-color: #65EFAC; }

 span { border-color: rgb(101,239,172); }

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