Html Css Color HEX #65C8AB Medium Aquamarine

📋 copy color: '#65C8AB'

red 101 ◦ green 200 ◦ blue 171

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

Shades of Medium Aquamarine #65C8AB

Tints of Medium Aquamarine #65C8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.37%

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

R = 21.4%
G = 42.37%
B = 36.23%

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

#65C8AB (or 0x65C8AB) is known color: Medium Aquamarine. HEX triplet: 65, C8 and AB. RGB value is (101,200,171). Sum of RGB (Red+Green+Blue) = 101+200+171=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #65C8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C8AB is #9A3754. Grayscale: #A7A7A7. Windows color (decimal): -10106709 or 11257957. OLE color: 11257957.

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

Color convert

RGB 101 200 171 -
CMYK 0.49 0 0.14 0.22
HSL 162.42º 0.47% 0.59% -
HSV(B) 162.42º 0.5% 0.78% -
XYZ 33.37 47.02 45.84 -
YUV 167.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 101 200 171 0.49 0 0.14 0.22 162.42 0.47 0.59
Hex 65 C8 AB 31 0 E 16 A2 2F 3B
Octal 145 310 253 61 0 16 26 242 57 73
Binary 1100101 11001000 10101011 110001 0 1110 10110 10100010 101111 111011

Color Harmonies of #65C8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C8AB

Black with #65C8AB

Text Example


Text Example

White with #65C8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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