Html Css Color HEX #65D9AC Medium Aquamarine

📋 copy color: '#65D9AC'

red 101 ◦ green 217 ◦ blue 172

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

Shades of Medium Aquamarine #65D9AC

Tints of Medium Aquamarine #65D9AC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.29%

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 20.61%
G = 44.29%
B = 35.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#65D9AC (or 0x65D9AC) is known color: Medium Aquamarine. HEX triplet: 65, D9 and AC. RGB value is (101,217,172). Sum of RGB (Red+Green+Blue) = 101+217+172=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #65D9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D9AC is #9A2653. Grayscale: #B1B1B1. Windows color (decimal): -10102356 or 11327845. OLE color: 11327845.

HSL color Cylindrical-coordinate representation of color #65D9AC: hue angle of 156.72º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D9AC is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 217 172 -
CMYK 0.53 0 0.21 0.15
HSL 156.72º 0.6% 0.62% -
HSV(B) 156.72º 0.53% 0.85% -
XYZ 37.63 55.37 47.73 -
YUV 177.19 125.07 73.66 -
System Red Green Blue C M Y K H S L
Decimal 101 217 172 0.53 0 0.21 0.15 156.72 0.6 0.62
Hex 65 D9 AC 35 0 15 F 9D 3C 3E
Octal 145 331 254 65 0 25 17 235 74 76
Binary 1100101 11011001 10101100 110101 0 10101 1111 10011101 111100 111110

Color Harmonies of #65D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D9AC

Black with #65D9AC

Text Example


Text Example

White with #65D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,217,172); }

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

background-color css

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

 a { background-color: rgb(101,217,172); }

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

border-color css

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

 span { border-color: rgb(101,217,172); }

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