Html Css Color HEX #65D2AD Medium Aquamarine

📋 copy color: '#65D2AD'

red 101 ◦ green 210 ◦ blue 173

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

Shades of Medium Aquamarine #65D2AD

Tints of Medium Aquamarine #65D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.39%

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 20.87%
G = 43.39%
B = 35.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#65D2AD (or 0x65D2AD) is known color: Medium Aquamarine. HEX triplet: 65, D2 and AD. RGB value is (101,210,173). Sum of RGB (Red+Green+Blue) = 101+210+173=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #65D2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D2AD is #9A2D52. Grayscale: #ADADAD. Windows color (decimal): -10104147 or 11391589. OLE color: 11391589.

HSL color Cylindrical-coordinate representation of color #65D2AD: hue angle of 159.63º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D2AD is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 210 173 -
CMYK 0.52 0 0.18 0.18
HSL 159.63º 0.55% 0.61% -
HSV(B) 159.63º 0.52% 0.82% -
XYZ 35.96 51.88 47.65 -
YUV 173.19 127.89 76.51 -
System Red Green Blue C M Y K H S L
Decimal 101 210 173 0.52 0 0.18 0.18 159.63 0.55 0.61
Hex 65 D2 AD 34 0 12 12 A0 37 3D
Octal 145 322 255 64 0 22 22 240 67 75
Binary 1100101 11010010 10101101 110100 0 10010 10010 10100000 110111 111101

Color Harmonies of #65D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D2AD

Black with #65D2AD

Text Example


Text Example

White with #65D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,210,173); }

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

background-color css

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

 a { background-color: rgb(101,210,173); }

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

border-color css

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

 span { border-color: rgb(101,210,173); }

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