Html Css Color HEX #65D3AE Medium Aquamarine

📋 copy color: '#65D3AE'

red 101 ◦ green 211 ◦ blue 174

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

Shades of Medium Aquamarine #65D3AE

Tints of Medium Aquamarine #65D3AE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.42%

 BLUE value IS 174 (68.36% from 255) = 35.8%

R = 20.78%
G = 43.42%
B = 35.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#65D3AE (or 0x65D3AE) is known color: Medium Aquamarine. HEX triplet: 65, D3 and AE. RGB value is (101,211,174). Sum of RGB (Red+Green+Blue) = 101+211+174=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #65D3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D3AE is #9A2C51. Grayscale: #ADADAD. Windows color (decimal): -10103890 or 11457381. OLE color: 11457381.

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

Color convert

RGB 101 211 174 -
CMYK 0.52 0 0.18 0.17
HSL 159.82º 0.56% 0.61% -
HSV(B) 159.82º 0.52% 0.83% -
XYZ 36.3 52.41 48.25 -
YUV 173.89 128.06 76.01 -
System Red Green Blue C M Y K H S L
Decimal 101 211 174 0.52 0 0.18 0.17 159.82 0.56 0.61
Hex 65 D3 AE 34 0 12 11 A0 38 3D
Octal 145 323 256 64 0 22 21 240 70 75
Binary 1100101 11010011 10101110 110100 0 10010 10001 10100000 111000 111101

Color Harmonies of #65D3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D3AE

Black with #65D3AE

Text Example


Text Example

White with #65D3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,211,174); }

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

background-color css

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

 a { background-color: rgb(101,211,174); }

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

border-color css

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

 span { border-color: rgb(101,211,174); }

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