Html Css Color HEX #65C1AC Medium Aquamarine

📋 copy color: '#65C1AC'

red 101 ◦ green 193 ◦ blue 172

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

Shades of Medium Aquamarine #65C1AC

Tints of Medium Aquamarine #65C1AC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.42%

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

R = 21.67%
G = 41.42%
B = 36.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#65C1AC (or 0x65C1AC) is known color: Medium Aquamarine. HEX triplet: 65, C1 and AC. RGB value is (101,193,172). Sum of RGB (Red+Green+Blue) = 101+193+172=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #65C1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C1AC is #9A3E53. Grayscale: #A3A3A3. Windows color (decimal): -10108500 or 11321701. OLE color: 11321701.

HSL color Cylindrical-coordinate representation of color #65C1AC: hue angle of 166.3º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C1AC is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 193 172 -
CMYK 0.48 0 0.11 0.24
HSL 166.3º 0.43% 0.58% -
HSV(B) 166.3º 0.48% 0.76% -
XYZ 31.88 43.89 45.82 -
YUV 163.1 133.02 83.71 -
System Red Green Blue C M Y K H S L
Decimal 101 193 172 0.48 0 0.11 0.24 166.3 0.43 0.58
Hex 65 C1 AC 30 0 B 18 A6 2B 3A
Octal 145 301 254 60 0 13 30 246 53 72
Binary 1100101 11000001 10101100 110000 0 1011 11000 10100110 101011 111010

Color Harmonies of #65C1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C1AC

Black with #65C1AC

Text Example


Text Example

White with #65C1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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