Html Css Color HEX #65C3AC Medium Aquamarine

📋 copy color: '#65C3AC'

red 101 ◦ green 195 ◦ blue 172

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

Shades of Medium Aquamarine #65C3AC

Tints of Medium Aquamarine #65C3AC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

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

R = 21.58%
G = 41.67%
B = 36.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#65C3AC (or 0x65C3AC) is known color: Medium Aquamarine. HEX triplet: 65, C3 and AC. RGB value is (101,195,172). Sum of RGB (Red+Green+Blue) = 101+195+172=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C3AC is #9A3C53. Grayscale: #A4A4A4. Windows color (decimal): -10107988 or 11322213. OLE color: 11322213.

HSL color Cylindrical-coordinate representation of color #65C3AC: hue angle of 165.32º degrees, saturation: 0.44, 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 #65C3AC is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 195 172 -
CMYK 0.48 0 0.12 0.24
HSL 165.32º 0.44% 0.58% -
HSV(B) 165.32º 0.48% 0.76% -
XYZ 32.33 44.78 45.97 -
YUV 164.27 132.36 82.87 -
System Red Green Blue C M Y K H S L
Decimal 101 195 172 0.48 0 0.12 0.24 165.32 0.44 0.58
Hex 65 C3 AC 30 0 C 18 A5 2C 3A
Octal 145 303 254 60 0 14 30 245 54 72
Binary 1100101 11000011 10101100 110000 0 1100 11000 10100101 101100 111010

Color Harmonies of #65C3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C3AC

Black with #65C3AC

Text Example


Text Example

White with #65C3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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