Html Css Color HEX #65C3A2 Medium Aquamarine

📋 copy color: '#65C3A2'

red 101 ◦ green 195 ◦ blue 162

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

Shades of Medium Aquamarine #65C3A2

Tints of Medium Aquamarine #65C3A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.37%

R = 22.05%
G = 42.58%
B = 35.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#65C3A2 (or 0x65C3A2) is known color: Medium Aquamarine. HEX triplet: 65, C3 and A2. RGB value is (101,195,162). Sum of RGB (Red+Green+Blue) = 101+195+162=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C3A2 is #9A3C5D. Grayscale: #A3A3A3. Windows color (decimal): -10107998 or 10666853. OLE color: 10666853.

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

Color convert

RGB 101 195 162 -
CMYK 0.48 0 0.17 0.24
HSL 158.94º 0.44% 0.58% -
HSV(B) 158.94º 0.48% 0.76% -
XYZ 31.4 44.41 41.1 -
YUV 163.13 127.36 83.68 -
System Red Green Blue C M Y K H S L
Decimal 101 195 162 0.48 0 0.17 0.24 158.94 0.44 0.58
Hex 65 C3 A2 30 0 11 18 9F 2C 3A
Octal 145 303 242 60 0 21 30 237 54 72
Binary 1100101 11000011 10100010 110000 0 10001 11000 10011111 101100 111010

Color Harmonies of #65C3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C3A2

Black with #65C3A2

Text Example


Text Example

White with #65C3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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