#65FFC3

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

Shades of Aquamarine #65FFC3

Tints of Aquamarine #65FFC3

Color information

#65FFC3 (or 0x65FFC3) is unknown color: approx Aquamarine. HEX triplet: 65, FF and C3. RGB value is (101,255,195). Sum of RGB (Red+Green+Blue) = 101+255+195=551 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.33% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FFC3 is #9A003C. Grayscale: #CACACA. Windows color (decimal): -10092605 or 12844901. OLE color: 12844901.

HSL color Cylindrical-coordinate representation of color #65FFC3: hue angle of 156.62º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFC3 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB101255195-
CMYK0.6000.240
HSL156.62º100%69.8%-
HSV(B)156.62º60.39%100%-
XYZ50.9878.2364.04-
YUV202.11123.9855.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.33%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 195 (76.56% from 255) = 35.39%
R=18.33%
G=46.28%
B=35.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1012551950.6000.240156.6210069.8
Hex65FFC33C01809d6446
Octal145377303740300235144106
Binary1100101111111111100001111110001100001001110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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