Html Css Color HEX #65EBA0 Medium Aquamarine

📋 copy color: '#65EBA0'

red 101 ◦ green 235 ◦ blue 160

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

Shades of Medium Aquamarine #65EBA0

Tints of Medium Aquamarine #65EBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.26%

R = 20.36%
G = 47.38%
B = 32.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#65EBA0 (or 0x65EBA0) is known color: Medium Aquamarine. HEX triplet: 65, EB and A0. RGB value is (101,235,160). Sum of RGB (Red+Green+Blue) = 101+235+160=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EBA0 is #9A145F. Grayscale: #BABABA. Windows color (decimal): -10097760 or 10546021. OLE color: 10546021.

HSL color Cylindrical-coordinate representation of color #65EBA0: hue angle of 146.42º 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 #65EBA0 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 235 160 -
CMYK 0.57 0 0.32 0.08
HSL 146.42º 0.77% 0.66% -
HSV(B) 146.42º 0.57% 0.92% -
XYZ 41.42 64.72 43.57 -
YUV 186.38 113.11 67.1 -
System Red Green Blue C M Y K H S L
Decimal 101 235 160 0.57 0 0.32 0.08 146.42 0.77 0.66
Hex 65 EB A0 39 0 20 8 92 4D 42
Octal 145 353 240 71 0 40 10 222 115 102
Binary 1100101 11101011 10100000 111001 0 100000 1000 10010010 1001101 1000010

Color Harmonies of #65EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EBA0

Black with #65EBA0

Text Example


Text Example

White with #65EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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