Html Css Color HEX #65E5AC Medium Aquamarine

📋 copy color: '#65E5AC'

red 101 ◦ green 229 ◦ blue 172

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

Shades of Medium Aquamarine #65E5AC

Tints of Medium Aquamarine #65E5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.62%

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

R = 20.12%
G = 45.62%
B = 34.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#65E5AC (or 0x65E5AC) is known color: Medium Aquamarine. HEX triplet: 65, E5 and AC. RGB value is (101,229,172). Sum of RGB (Red+Green+Blue) = 101+229+172=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #65E5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E5AC is #9A1A53. Grayscale: #B8B8B8. Windows color (decimal): -10099284 or 11330917. OLE color: 11330917.

HSL color Cylindrical-coordinate representation of color #65E5AC: hue angle of 153.28º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E5AC is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 229 172 -
CMYK 0.56 0 0.25 0.10
HSL 153.28º 0.71% 0.65% -
HSV(B) 153.28º 0.56% 0.9% -
XYZ 40.83 61.78 48.8 -
YUV 184.23 121.09 68.63 -
System Red Green Blue C M Y K H S L
Decimal 101 229 172 0.56 0 0.25 0.10 153.28 0.71 0.65
Hex 65 E5 AC 38 0 19 A 99 47 41
Octal 145 345 254 70 0 31 12 231 107 101
Binary 1100101 11100101 10101100 111000 0 11001 1010 10011001 1000111 1000001

Color Harmonies of #65E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E5AC

Black with #65E5AC

Text Example


Text Example

White with #65E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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