Html Css Color HEX #65CCAC Medium Aquamarine

📋 copy color: '#65CCAC'

red 101 ◦ green 204 ◦ blue 172

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

Shades of Medium Aquamarine #65CCAC

Tints of Medium Aquamarine #65CCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 21.17%
G = 42.77%
B = 36.06%

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

#65CCAC (or 0x65CCAC) is known color: Medium Aquamarine. HEX triplet: 65, CC and AC. RGB value is (101,204,172). Sum of RGB (Red+Green+Blue) = 101+204+172=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CCAC is #9A3353. Grayscale: #A9A9A9. Windows color (decimal): -10105684 or 11324517. OLE color: 11324517.

HSL color Cylindrical-coordinate representation of color #65CCAC: hue angle of 161.36º 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 #65CCAC is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 204 172 -
CMYK 0.50 0 0.16 0.2
HSL 161.36º 0.5% 0.6% -
HSV(B) 161.36º 0.5% 0.8% -
XYZ 34.41 48.93 46.66 -
YUV 169.56 129.38 79.1 -
System Red Green Blue C M Y K H S L
Decimal 101 204 172 0.50 0 0.16 0.2 161.36 0.5 0.6
Hex 65 CC AC 32 0 10 14 A1 32 3C
Octal 145 314 254 62 0 20 24 241 62 74
Binary 1100101 11001100 10101100 110010 0 10000 10100 10100001 110010 111100

Color Harmonies of #65CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CCAC

Black with #65CCAC

Text Example


Text Example

White with #65CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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