#65F3CE

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

Shades of Aquamarine #65F3CE

Tints of Aquamarine #65F3CE

Color information

#65F3CE (or 0x65F3CE) is unknown color: approx Aquamarine. HEX triplet: 65, F3 and CE. RGB value is (101,243,206). Sum of RGB (Red+Green+Blue) = 101+243+206=550 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.36% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #65F3CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F3CE is #9A0C31. Grayscale: #C4C4C4. Windows color (decimal): -10095666 or 13562725. OLE color: 13562725.

HSL color Cylindrical-coordinate representation of color #65F3CE: hue angle of 164.37º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F3CE is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB101243206-
CMYK0.5800.150.05
HSL164.37º85.54%67.45%-
HSV(B)164.37º58.44%95.29%-
XYZ48.5671.3269.6-
YUV196.32133.4660.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.36%
GREEN value IS 243 (95.31% from 255) = 44.18%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=18.36%
G=44.18%
B=37.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012432060.5800.150.05164.3785.5467.45
Hex65F3CE3A0F5a45643
Octal145363316720175244126103
Binary11001011111001111001110111010011111011010010010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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