Html Css Color HEX #65E1A5 Medium Aquamarine

📋 copy color: '#65E1A5'

red 101 ◦ green 225 ◦ blue 165

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

Shades of Medium Aquamarine #65E1A5

Tints of Medium Aquamarine #65E1A5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.82%

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

R = 20.57%
G = 45.82%
B = 33.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#65E1A5 (or 0x65E1A5) is known color: Medium Aquamarine. HEX triplet: 65, E1 and A5. RGB value is (101,225,165). Sum of RGB (Red+Green+Blue) = 101+225+165=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E1A5 is #9A1E5A. Grayscale: #B5B5B5. Windows color (decimal): -10100315 or 10871141. OLE color: 10871141.

HSL color Cylindrical-coordinate representation of color #65E1A5: hue angle of 150.97º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E1A5 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 225 165 -
CMYK 0.55 0 0.27 0.12
HSL 150.97º 0.67% 0.64% -
HSV(B) 150.97º 0.55% 0.88% -
XYZ 39.08 59.33 44.99 -
YUV 181.08 118.92 70.88 -
System Red Green Blue C M Y K H S L
Decimal 101 225 165 0.55 0 0.27 0.12 150.97 0.67 0.64
Hex 65 E1 A5 37 0 1B C 97 43 40
Octal 145 341 245 67 0 33 14 227 103 100
Binary 1100101 11100001 10100101 110111 0 11011 1100 10010111 1000011 1000000

Color Harmonies of #65E1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E1A5

Black with #65E1A5

Text Example


Text Example

White with #65E1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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