Html Css Color HEX #65C2AE Medium Aquamarine

📋 copy color: '#65C2AE'

red 101 ◦ green 194 ◦ blue 174

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

Shades of Medium Aquamarine #65C2AE

Tints of Medium Aquamarine #65C2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 21.54%
G = 41.36%
B = 37.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#65C2AE (or 0x65C2AE) is known color: Medium Aquamarine. HEX triplet: 65, C2 and AE. RGB value is (101,194,174). Sum of RGB (Red+Green+Blue) = 101+194+174=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #65C2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C2AE is #9A3D51. Grayscale: #A3A3A3. Windows color (decimal): -10108242 or 11453029. OLE color: 11453029.

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

Color convert

RGB 101 194 174 -
CMYK 0.48 0 0.10 0.24
HSL 167.1º 0.43% 0.58% -
HSV(B) 167.1º 0.48% 0.76% -
XYZ 32.3 44.41 46.91 -
YUV 163.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 101 194 174 0.48 0 0.10 0.24 167.1 0.43 0.58
Hex 65 C2 AE 30 0 A 18 A7 2B 3A
Octal 145 302 256 60 0 12 30 247 53 72
Binary 1100101 11000010 10101110 110000 0 1010 11000 10100111 101011 111010

Color Harmonies of #65C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C2AE

Black with #65C2AE

Text Example


Text Example

White with #65C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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