#65F6C3

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

Shades of Aquamarine #65F6C3

Tints of Aquamarine #65F6C3

Color information

#65F6C3 (or 0x65F6C3) is unknown color: approx Aquamarine. HEX triplet: 65, F6 and C3. RGB value is (101,246,195). Sum of RGB (Red+Green+Blue) = 101+246+195=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #65F6C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F6C3 is #9A093C. Grayscale: #C4C4C4. Windows color (decimal): -10094909 or 12842597. OLE color: 12842597.

HSL color Cylindrical-coordinate representation of color #65F6C3: hue angle of 158.9º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F6C3 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB101246195-
CMYK0.5900.210.04
HSL158.9º88.96%68.04%-
HSV(B)158.9º58.94%96.47%-
XYZ48.1772.6263.11-
YUV196.83126.9659.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.63%
GREEN value IS 246 (96.48% from 255) = 45.39%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=18.63%
G=45.39%
B=35.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012461950.5900.210.04158.988.9668.04
Hex65F6C33B01549f5944
Octal145366303730254237131104
Binary110010111110110110000111110110101011001001111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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