#65c3af

Color #65C3AF Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #65C3AF

Tints of Medium Aquamarine #65C3AF

Color information

#65C3AF (or 0x65C3AF) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C3 and AF. RGB value is (101,195,175). Sum of RGB (Red+Green+Blue) = 101+195+175=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C3AF is #9A3C50. Grayscale: #A4A4A4. Windows color (decimal): -10107985 or 11518821. OLE color: 11518821.

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

Color convert

RGB101195175-
CMYK0.4800.100.24
HSL167.23º43.93%58.04%-
HSV(B)167.23º48.21%76.47%-
XYZ32.6244.8947.5-
YUV164.61133.8682.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 195 (76.56% from 255) = 41.40%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=21.44%
G=41.40%
B=37.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951750.4800.100.24167.2343.9358.04
Hex65C3AF300A18a72c3a
Octal14530325760012302475472
Binary11001011100001110101111110000010101100010100111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65c3af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65c3af;
 }
 .AnyTagClassName
 {
   color: #65c3af;
 }
</style>
background-color css

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

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

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

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

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

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