Html Css Color HEX #65C1A8 Medium Aquamarine

📋 copy color: '#65C1A8'

red 101 ◦ green 193 ◦ blue 168

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

Shades of Medium Aquamarine #65C1A8

Tints of Medium Aquamarine #65C1A8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.77%

 BLUE value IS 168 (66.02% from 255) = 36.36%

R = 21.86%
G = 41.77%
B = 36.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#65C1A8 (or 0x65C1A8) is known color: Medium Aquamarine. HEX triplet: 65, C1 and A8. RGB value is (101,193,168). Sum of RGB (Red+Green+Blue) = 101+193+168=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #65C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C1A8 is #9A3E57. Grayscale: #A2A2A2. Windows color (decimal): -10108504 or 11059557. OLE color: 11059557.

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

Color convert

RGB 101 193 168 -
CMYK 0.48 0 0.13 0.24
HSL 163.7º 0.43% 0.58% -
HSV(B) 163.7º 0.48% 0.76% -
XYZ 31.5 43.73 43.83 -
YUV 162.64 131.02 84.03 -
System Red Green Blue C M Y K H S L
Decimal 101 193 168 0.48 0 0.13 0.24 163.7 0.43 0.58
Hex 65 C1 A8 30 0 D 18 A4 2B 3A
Octal 145 301 250 60 0 15 30 244 53 72
Binary 1100101 11000001 10101000 110000 0 1101 11000 10100100 101011 111010

Color Harmonies of #65C1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C1A8

Black with #65C1A8

Text Example


Text Example

White with #65C1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,193,168); }

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

background-color css

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

 a { background-color: rgb(101,193,168); }

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

border-color css

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

 span { border-color: rgb(101,193,168); }

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