Html Css Color HEX #65E4AF Medium Aquamarine

📋 copy color: '#65E4AF'

red 101 ◦ green 228 ◦ blue 175

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

Shades of Medium Aquamarine #65E4AF

Tints of Medium Aquamarine #65E4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.24%

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 20.04%
G = 45.24%
B = 34.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#65E4AF (or 0x65E4AF) is known color: Medium Aquamarine. HEX triplet: 65, E4 and AF. RGB value is (101,228,175). Sum of RGB (Red+Green+Blue) = 101+228+175=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #65E4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E4AF is #9A1B50. Grayscale: #B8B8B8. Windows color (decimal): -10099537 or 11527269. OLE color: 11527269.

HSL color Cylindrical-coordinate representation of color #65E4AF: hue angle of 154.96º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E4AF is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 101 228 175 -
CMYK 0.56 0 0.23 0.11
HSL 154.96º 0.7% 0.65% -
HSV(B) 154.96º 0.56% 0.89% -
XYZ 40.85 61.35 50.25 -
YUV 183.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 101 228 175 0.56 0 0.23 0.11 154.96 0.7 0.65
Hex 65 E4 AF 38 0 17 B 9B 46 41
Octal 145 344 257 70 0 27 13 233 106 101
Binary 1100101 11100100 10101111 111000 0 10111 1011 10011011 1000110 1000001

Color Harmonies of #65E4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E4AF

Black with #65E4AF

Text Example


Text Example

White with #65E4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,228,175); }

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

background-color css

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

 a { background-color: rgb(101,228,175); }

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

border-color css

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

 span { border-color: rgb(101,228,175); }

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