Html Css Color HEX #65CAA9 Medium Aquamarine

📋 copy color: '#65CAA9'

red 101 ◦ green 202 ◦ blue 169

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

Shades of Medium Aquamarine #65CAA9

Tints of Medium Aquamarine #65CAA9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.8%

 BLUE value IS 169 (66.41% from 255) = 35.81%

R = 21.4%
G = 42.8%
B = 35.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#65CAA9 (or 0x65CAA9) is known color: Medium Aquamarine. HEX triplet: 65, CA and A9. RGB value is (101,202,169). Sum of RGB (Red+Green+Blue) = 101+202+169=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #65CAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CAA9 is #9A3556. Grayscale: #A8A8A8. Windows color (decimal): -10106199 or 11127397. OLE color: 11127397.

HSL color Cylindrical-coordinate representation of color #65CAA9: hue angle of 160.4º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CAA9 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 202 169 -
CMYK 0.50 0 0.16 0.21
HSL 160.4º 0.49% 0.59% -
HSV(B) 160.4º 0.5% 0.79% -
XYZ 33.65 47.87 45 -
YUV 168.04 128.54 80.18 -
System Red Green Blue C M Y K H S L
Decimal 101 202 169 0.50 0 0.16 0.21 160.4 0.49 0.59
Hex 65 CA A9 32 0 10 15 A0 31 3B
Octal 145 312 251 62 0 20 25 240 61 73
Binary 1100101 11001010 10101001 110010 0 10000 10101 10100000 110001 111011

Color Harmonies of #65CAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CAA9

Black with #65CAA9

Text Example


Text Example

White with #65CAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,202,169); }

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

background-color css

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

 a { background-color: rgb(101,202,169); }

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

border-color css

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

 span { border-color: rgb(101,202,169); }

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