Html Css Color HEX #65E5A8 Medium Aquamarine

📋 copy color: '#65E5A8'

red 101 ◦ green 229 ◦ blue 168

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

Shades of Medium Aquamarine #65E5A8

Tints of Medium Aquamarine #65E5A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.73%

R = 20.28%
G = 45.98%
B = 33.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#65E5A8 (or 0x65E5A8) is known color: Medium Aquamarine. HEX triplet: 65, E5 and A8. RGB value is (101,229,168). Sum of RGB (Red+Green+Blue) = 101+229+168=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #65E5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E5A8 is #9A1A57. Grayscale: #B7B7B7. Windows color (decimal): -10099288 or 11068773. OLE color: 11068773.

HSL color Cylindrical-coordinate representation of color #65E5A8: hue angle of 151.41º 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 #65E5A8 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 229 168 -
CMYK 0.56 0 0.27 0.10
HSL 151.41º 0.71% 0.65% -
HSV(B) 151.41º 0.56% 0.9% -
XYZ 40.45 61.63 46.81 -
YUV 183.77 119.09 68.96 -
System Red Green Blue C M Y K H S L
Decimal 101 229 168 0.56 0 0.27 0.10 151.41 0.71 0.65
Hex 65 E5 A8 38 0 1B A 97 47 41
Octal 145 345 250 70 0 33 12 227 107 101
Binary 1100101 11100101 10101000 111000 0 11011 1010 10010111 1000111 1000001

Color Harmonies of #65E5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E5A8

Black with #65E5A8

Text Example


Text Example

White with #65E5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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