Html Css Color HEX #65DDAD Medium Aquamarine

📋 copy color: '#65DDAD'

red 101 ◦ green 221 ◦ blue 173

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

Shades of Medium Aquamarine #65DDAD

Tints of Medium Aquamarine #65DDAD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.65%

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

R = 20.4%
G = 44.65%
B = 34.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#65DDAD (or 0x65DDAD) is known color: Medium Aquamarine. HEX triplet: 65, DD and AD. RGB value is (101,221,173). Sum of RGB (Red+Green+Blue) = 101+221+173=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DDAD is #9A2252. Grayscale: #B3B3B3. Windows color (decimal): -10101331 or 11394405. OLE color: 11394405.

HSL color Cylindrical-coordinate representation of color #65DDAD: hue angle of 156º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DDAD is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 221 173 -
CMYK 0.54 0 0.22 0.13
HSL 156º 0.64% 0.63% -
HSV(B) 156º 0.54% 0.87% -
XYZ 38.77 57.5 48.59 -
YUV 179.65 124.24 71.9 -
System Red Green Blue C M Y K H S L
Decimal 101 221 173 0.54 0 0.22 0.13 156 0.64 0.63
Hex 65 DD AD 36 0 16 D 9C 40 3F
Octal 145 335 255 66 0 26 15 234 100 77
Binary 1100101 11011101 10101101 110110 0 10110 1101 10011100 1000000 111111

Color Harmonies of #65DDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DDAD

Black with #65DDAD

Text Example


Text Example

White with #65DDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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