Html Css Color HEX #65C6AB Medium Aquamarine

📋 copy color: '#65C6AB'

red 101 ◦ green 198 ◦ blue 171

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

Shades of Medium Aquamarine #65C6AB

Tints of Medium Aquamarine #65C6AB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.13%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 21.49%
G = 42.13%
B = 36.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#65C6AB (or 0x65C6AB) is known color: Medium Aquamarine. HEX triplet: 65, C6 and AB. RGB value is (101,198,171). Sum of RGB (Red+Green+Blue) = 101+198+171=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #65C6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C6AB is #9A3954. Grayscale: #A5A5A5. Windows color (decimal): -10107221 or 11257445. OLE color: 11257445.

HSL color Cylindrical-coordinate representation of color #65C6AB: hue angle of 163.3º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C6AB is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 198 171 -
CMYK 0.49 0 0.14 0.22
HSL 163.3º 0.46% 0.59% -
HSV(B) 163.3º 0.49% 0.78% -
XYZ 32.91 46.1 45.69 -
YUV 165.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 101 198 171 0.49 0 0.14 0.22 163.3 0.46 0.59
Hex 65 C6 AB 31 0 E 16 A3 2E 3B
Octal 145 306 253 61 0 16 26 243 56 73
Binary 1100101 11000110 10101011 110001 0 1110 10110 10100011 101110 111011

Color Harmonies of #65C6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C6AB

Black with #65C6AB

Text Example


Text Example

White with #65C6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,198,171); }

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

background-color css

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

 a { background-color: rgb(101,198,171); }

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

border-color css

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

 span { border-color: rgb(101,198,171); }

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