Html Css Color HEX #65C3AD Medium Aquamarine

📋 copy color: '#65C3AD'

red 101 ◦ green 195 ◦ blue 173

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

Shades of Medium Aquamarine #65C3AD

Tints of Medium Aquamarine #65C3AD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.58%

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

R = 21.54%
G = 41.58%
B = 36.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#65C3AD (or 0x65C3AD) is known color: Medium Aquamarine. HEX triplet: 65, C3 and AD. RGB value is (101,195,173). Sum of RGB (Red+Green+Blue) = 101+195+173=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C3AD is #9A3C52. Grayscale: #A4A4A4. Windows color (decimal): -10107987 or 11387749. OLE color: 11387749.

HSL color Cylindrical-coordinate representation of color #65C3AD: hue angle of 165.96º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C3AD is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 195 173 -
CMYK 0.48 0 0.11 0.24
HSL 165.96º 0.44% 0.58% -
HSV(B) 165.96º 0.48% 0.76% -
XYZ 32.42 44.81 46.48 -
YUV 164.39 132.86 82.79 -
System Red Green Blue C M Y K H S L
Decimal 101 195 173 0.48 0 0.11 0.24 165.96 0.44 0.58
Hex 65 C3 AD 30 0 B 18 A6 2C 3A
Octal 145 303 255 60 0 13 30 246 54 72
Binary 1100101 11000011 10101101 110000 0 1011 11000 10100110 101100 111010

Color Harmonies of #65C3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C3AD

Black with #65C3AD

Text Example


Text Example

White with #65C3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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