Html Css Color HEX #65FFAD Aquamarine

📋 copy color: '#65FFAD'

red 101 ◦ green 255 ◦ blue 173

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

Shades of Aquamarine #65FFAD

Tints of Aquamarine #65FFAD

RGB

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

 GREEN value IS 255 (100% from 255) = 48.2%

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

R = 19.09%
G = 48.2%
B = 32.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#65FFAD (or 0x65FFAD) is known color: Aquamarine. HEX triplet: 65, FF and AD. RGB value is (101,255,173). Sum of RGB (Red+Green+Blue) = 101+255+173=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FFAD is #9A0052. Grayscale: #C7C7C7. Windows color (decimal): -10092627 or 11403109. OLE color: 11403109.

HSL color Cylindrical-coordinate representation of color #65FFAD: hue angle of 148.05º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFAD is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 101 255 173 -
CMYK 0.60 0 0.32 0
HSL 148.05º 1% 0.7% -
HSV(B) 148.05º 0.6% 1% -
XYZ 48.67 77.3 51.89 -
YUV 199.61 112.98 57.67 -
System Red Green Blue C M Y K H S L
Decimal 101 255 173 0.60 0 0.32 0 148.05 1 0.7
Hex 65 FF AD 3C 0 20 0 94 64 46
Octal 145 377 255 74 0 40 0 224 144 106
Binary 1100101 11111111 10101101 111100 0 100000 0 10010100 1100100 1000110

Color Harmonies of #65FFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FFAD

Black with #65FFAD

Text Example


Text Example

White with #65FFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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