Html Css Color HEX #65C4A9 Medium Aquamarine

📋 copy color: '#65C4A9'

red 101 ◦ green 196 ◦ blue 169

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

Shades of Medium Aquamarine #65C4A9

Tints of Medium Aquamarine #65C4A9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.06%

 BLUE value IS 169 (66.41% from 255) = 36.27%

R = 21.67%
G = 42.06%
B = 36.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#65C4A9 (or 0x65C4A9) is known color: Medium Aquamarine. HEX triplet: 65, C4 and A9. RGB value is (101,196,169). Sum of RGB (Red+Green+Blue) = 101+196+169=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #65C4A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C4A9 is #9A3B56. Grayscale: #A4A4A4. Windows color (decimal): -10107735 or 11125861. OLE color: 11125861.

HSL color Cylindrical-coordinate representation of color #65C4A9: hue angle of 162.95º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C4A9 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 196 169 -
CMYK 0.48 0 0.14 0.23
HSL 162.95º 0.45% 0.58% -
HSV(B) 162.95º 0.48% 0.77% -
XYZ 32.27 45.11 44.54 -
YUV 164.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 101 196 169 0.48 0 0.14 0.23 162.95 0.45 0.58
Hex 65 C4 A9 30 0 E 17 A3 2D 3A
Octal 145 304 251 60 0 16 27 243 55 72
Binary 1100101 11000100 10101001 110000 0 1110 10111 10100011 101101 111010

Color Harmonies of #65C4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C4A9

Black with #65C4A9

Text Example


Text Example

White with #65C4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,196,169); }

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

background-color css

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

 a { background-color: rgb(101,196,169); }

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

border-color css

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

 span { border-color: rgb(101,196,169); }

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