Html Css Color HEX #65C2A7 Medium Aquamarine

📋 copy color: '#65C2A7'

red 101 ◦ green 194 ◦ blue 167

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

Shades of Medium Aquamarine #65C2A7

Tints of Medium Aquamarine #65C2A7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

 BLUE value IS 167 (65.63% from 255) = 36.15%

R = 21.86%
G = 41.99%
B = 36.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#65C2A7 (or 0x65C2A7) is known color: Medium Aquamarine. HEX triplet: 65, C2 and A7. RGB value is (101,194,167). Sum of RGB (Red+Green+Blue) = 101+194+167=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #65C2A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C2A7 is #9A3D58. Grayscale: #A3A3A3. Windows color (decimal): -10108249 or 10994277. OLE color: 10994277.

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

Color convert

RGB 101 194 167 -
CMYK 0.48 0 0.14 0.24
HSL 162.58º 0.43% 0.58% -
HSV(B) 162.58º 0.48% 0.76% -
XYZ 31.63 44.14 43.41 -
YUV 163.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 101 194 167 0.48 0 0.14 0.24 162.58 0.43 0.58
Hex 65 C2 A7 30 0 E 18 A3 2B 3A
Octal 145 302 247 60 0 16 30 243 53 72
Binary 1100101 11000010 10100111 110000 0 1110 11000 10100011 101011 111010

Color Harmonies of #65C2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C2A7

Black with #65C2A7

Text Example


Text Example

White with #65C2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,194,167); }

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

background-color css

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

 a { background-color: rgb(101,194,167); }

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

border-color css

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

 span { border-color: rgb(101,194,167); }

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