Html Css Color HEX #65CEA5 Medium Aquamarine

📋 copy color: '#65CEA5'

red 101 ◦ green 206 ◦ blue 165

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

Shades of Medium Aquamarine #65CEA5

Tints of Medium Aquamarine #65CEA5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.64%

 BLUE value IS 165 (64.84% from 255) = 34.96%

R = 21.4%
G = 43.64%
B = 34.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#65CEA5 (or 0x65CEA5) is known color: Medium Aquamarine. HEX triplet: 65, CE and A5. RGB value is (101,206,165). Sum of RGB (Red+Green+Blue) = 101+206+165=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CEA5 is #9A315A. Grayscale: #A9A9A9. Windows color (decimal): -10105179 or 10866277. OLE color: 10866277.

HSL color Cylindrical-coordinate representation of color #65CEA5: hue angle of 156.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CEA5 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 206 165 -
CMYK 0.51 0 0.20 0.19
HSL 156.57º 0.52% 0.6% -
HSV(B) 156.57º 0.51% 0.81% -
XYZ 34.23 49.63 43.37 -
YUV 169.93 125.21 78.83 -
System Red Green Blue C M Y K H S L
Decimal 101 206 165 0.51 0 0.20 0.19 156.57 0.52 0.6
Hex 65 CE A5 33 0 14 13 9D 34 3C
Octal 145 316 245 63 0 24 23 235 64 74
Binary 1100101 11001110 10100101 110011 0 10100 10011 10011101 110100 111100

Color Harmonies of #65CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CEA5

Black with #65CEA5

Text Example


Text Example

White with #65CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,206,165); }

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

background-color css

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

 a { background-color: rgb(101,206,165); }

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

border-color css

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

 span { border-color: rgb(101,206,165); }

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