Html Css Color HEX #65C7AB Medium Aquamarine

📋 copy color: '#65C7AB'

red 101 ◦ green 199 ◦ blue 171

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

Shades of Medium Aquamarine #65C7AB

Tints of Medium Aquamarine #65C7AB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.25%

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

R = 21.44%
G = 42.25%
B = 36.31%

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

#65C7AB (or 0x65C7AB) is known color: Medium Aquamarine. HEX triplet: 65, C7 and AB. RGB value is (101,199,171). Sum of RGB (Red+Green+Blue) = 101+199+171=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #65C7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C7AB is #9A3854. Grayscale: #A6A6A6. Windows color (decimal): -10106965 or 11257701. OLE color: 11257701.

HSL color Cylindrical-coordinate representation of color #65C7AB: hue angle of 162.86º degrees, saturation: 0.47, 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 #65C7AB is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 199 171 -
CMYK 0.49 0 0.14 0.22
HSL 162.86º 0.47% 0.59% -
HSV(B) 162.86º 0.49% 0.78% -
XYZ 33.14 46.55 45.77 -
YUV 166.51 130.53 81.28 -
System Red Green Blue C M Y K H S L
Decimal 101 199 171 0.49 0 0.14 0.22 162.86 0.47 0.59
Hex 65 C7 AB 31 0 E 16 A3 2F 3B
Octal 145 307 253 61 0 16 26 243 57 73
Binary 1100101 11000111 10101011 110001 0 1110 10110 10100011 101111 111011

Color Harmonies of #65C7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C7AB

Black with #65C7AB

Text Example


Text Example

White with #65C7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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