Html Css Color HEX #65C8AC Medium Aquamarine

📋 copy color: '#65C8AC'

red 101 ◦ green 200 ◦ blue 172

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

Shades of Medium Aquamarine #65C8AC

Tints of Medium Aquamarine #65C8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

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

R = 21.35%
G = 42.28%
B = 36.36%

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

#65C8AC (or 0x65C8AC) is known color: Medium Aquamarine. HEX triplet: 65, C8 and AC. RGB value is (101,200,172). Sum of RGB (Red+Green+Blue) = 101+200+172=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #65C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C8AC is #9A3753. Grayscale: #A7A7A7. Windows color (decimal): -10106708 or 11323493. OLE color: 11323493.

HSL color Cylindrical-coordinate representation of color #65C8AC: hue angle of 163.03º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C8AC is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 200 172 -
CMYK 0.49 0 0.14 0.22
HSL 163.03º 0.47% 0.59% -
HSV(B) 163.03º 0.5% 0.78% -
XYZ 33.47 47.05 46.35 -
YUV 167.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 101 200 172 0.49 0 0.14 0.22 163.03 0.47 0.59
Hex 65 C8 AC 31 0 E 16 A3 2F 3B
Octal 145 310 254 61 0 16 26 243 57 73
Binary 1100101 11001000 10101100 110001 0 1110 10110 10100011 101111 111011

Color Harmonies of #65C8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C8AC

Black with #65C8AC

Text Example


Text Example

White with #65C8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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