Html Css Color HEX #65EBA5 Medium Aquamarine

📋 copy color: '#65EBA5'

red 101 ◦ green 235 ◦ blue 165

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

Shades of Medium Aquamarine #65EBA5

Tints of Medium Aquamarine #65EBA5

RGB

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

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

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

R = 20.16%
G = 46.91%
B = 32.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#65EBA5 (or 0x65EBA5) is known color: Medium Aquamarine. HEX triplet: 65, EB and A5. RGB value is (101,235,165). Sum of RGB (Red+Green+Blue) = 101+235+165=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EBA5 is #9A145A. Grayscale: #BBBBBB. Windows color (decimal): -10097755 or 10873701. OLE color: 10873701.

HSL color Cylindrical-coordinate representation of color #65EBA5: hue angle of 148.66º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBA5 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 235 165 -
CMYK 0.57 0 0.30 0.08
HSL 148.66º 0.77% 0.66% -
HSV(B) 148.66º 0.57% 0.92% -
XYZ 41.87 64.9 45.92 -
YUV 186.95 115.61 66.69 -
System Red Green Blue C M Y K H S L
Decimal 101 235 165 0.57 0 0.30 0.08 148.66 0.77 0.66
Hex 65 EB A5 39 0 1E 8 95 4D 42
Octal 145 353 245 71 0 36 10 225 115 102
Binary 1100101 11101011 10100101 111001 0 11110 1000 10010101 1001101 1000010

Color Harmonies of #65EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EBA5

Black with #65EBA5

Text Example


Text Example

White with #65EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,235,165); }

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

background-color css

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

 a { background-color: rgb(101,235,165); }

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

border-color css

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

 span { border-color: rgb(101,235,165); }

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