Html Css Color HEX #65E3AF Medium Aquamarine

📋 copy color: '#65E3AF'

red 101 ◦ green 227 ◦ blue 175

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

Shades of Medium Aquamarine #65E3AF

Tints of Medium Aquamarine #65E3AF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.13%

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

R = 20.08%
G = 45.13%
B = 34.79%

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

#65E3AF (or 0x65E3AF) is known color: Medium Aquamarine. HEX triplet: 65, E3 and AF. RGB value is (101,227,175). Sum of RGB (Red+Green+Blue) = 101+227+175=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #65E3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E3AF is #9A1C50. Grayscale: #B7B7B7. Windows color (decimal): -10099793 or 11527013. OLE color: 11527013.

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

Color convert

RGB 101 227 175 -
CMYK 0.56 0 0.23 0.11
HSL 155.24º 0.69% 0.64% -
HSV(B) 155.24º 0.56% 0.89% -
XYZ 40.57 60.8 50.15 -
YUV 183.4 123.26 69.23 -
System Red Green Blue C M Y K H S L
Decimal 101 227 175 0.56 0 0.23 0.11 155.24 0.69 0.64
Hex 65 E3 AF 38 0 17 B 9B 45 40
Octal 145 343 257 70 0 27 13 233 105 100
Binary 1100101 11100011 10101111 111000 0 10111 1011 10011011 1000101 1000000

Color Harmonies of #65E3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E3AF

Black with #65E3AF

Text Example


Text Example

White with #65E3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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