Html Css Color HEX #65CCAB Medium Aquamarine

📋 copy color: '#65CCAB'

red 101 ◦ green 204 ◦ blue 171

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

Shades of Medium Aquamarine #65CCAB

Tints of Medium Aquamarine #65CCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.86%

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

R = 21.22%
G = 42.86%
B = 35.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#65CCAB (or 0x65CCAB) is known color: Medium Aquamarine. HEX triplet: 65, CC and AB. RGB value is (101,204,171). Sum of RGB (Red+Green+Blue) = 101+204+171=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CCAB is #9A3354. Grayscale: #A9A9A9. Windows color (decimal): -10105685 or 11258981. OLE color: 11258981.

HSL color Cylindrical-coordinate representation of color #65CCAB: hue angle of 160.78º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CCAB is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 204 171 -
CMYK 0.50 0 0.16 0.2
HSL 160.78º 0.5% 0.6% -
HSV(B) 160.78º 0.5% 0.8% -
XYZ 34.31 48.89 46.16 -
YUV 169.44 128.88 79.18 -
System Red Green Blue C M Y K H S L
Decimal 101 204 171 0.50 0 0.16 0.2 160.78 0.5 0.6
Hex 65 CC AB 32 0 10 14 A1 32 3C
Octal 145 314 253 62 0 20 24 241 62 74
Binary 1100101 11001100 10101011 110010 0 10000 10100 10100001 110010 111100

Color Harmonies of #65CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CCAB

Black with #65CCAB

Text Example


Text Example

White with #65CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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