Html Css Color HEX #65EDA9 Medium Aquamarine

📋 copy color: '#65EDA9'

red 101 ◦ green 237 ◦ blue 169

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

Shades of Medium Aquamarine #65EDA9

Tints of Medium Aquamarine #65EDA9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.75%

 BLUE value IS 169 (66.41% from 255) = 33.33%

R = 19.92%
G = 46.75%
B = 33.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#65EDA9 (or 0x65EDA9) is known color: Medium Aquamarine. HEX triplet: 65, ED and A9. RGB value is (101,237,169). Sum of RGB (Red+Green+Blue) = 101+237+169=507 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.92% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EDA9 is #9A1256. Grayscale: #BCBCBC. Windows color (decimal): -10097239 or 11136357. OLE color: 11136357.

HSL color Cylindrical-coordinate representation of color #65EDA9: hue angle of 150º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EDA9 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 237 169 -
CMYK 0.57 0 0.29 0.07
HSL 150º 0.79% 0.66% -
HSV(B) 150º 0.57% 0.93% -
XYZ 42.81 66.2 48.06 -
YUV 188.58 116.94 65.53 -
System Red Green Blue C M Y K H S L
Decimal 101 237 169 0.57 0 0.29 0.07 150 0.79 0.66
Hex 65 ED A9 39 0 1D 7 96 4F 42
Octal 145 355 251 71 0 35 7 226 117 102
Binary 1100101 11101101 10101001 111001 0 11101 111 10010110 1001111 1000010

Color Harmonies of #65EDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EDA9

Black with #65EDA9

Text Example


Text Example

White with #65EDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,237,169); }

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

background-color css

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

 a { background-color: rgb(101,237,169); }

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

border-color css

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

 span { border-color: rgb(101,237,169); }

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