#65F9BF

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

Shades of Aquamarine #65F9BF

Tints of Aquamarine #65F9BF

Color information

#65F9BF (or 0x65F9BF) is unknown color: approx Aquamarine. HEX triplet: 65, F9 and BF. RGB value is (101,249,191). Sum of RGB (Red+Green+Blue) = 101+249+191=541 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.67% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F9BF is #9A0640. Grayscale: #C6C6C6. Windows color (decimal): -10094145 or 12581221. OLE color: 12581221.

HSL color Cylindrical-coordinate representation of color #65F9BF: hue angle of 156.49º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F9BF is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB101249191-
CMYK0.5900.230.02
HSL156.49º92.5%68.63%-
HSV(B)156.49º59.44%97.65%-
XYZ48.6574.2861.06-
YUV198.14123.9758.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.67%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 191 (75% from 255) = 35.30%
R=18.67%
G=46.03%
B=35.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012491910.5900.230.02156.4992.568.63
Hex65F9BF3B01729c5c45
Octal145371277730272234134105
Binary11001011111100110111111111011010111101001110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,249,191); }

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

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

 a { background-color: rgb(101,249,191); }

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

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

 span { border-color: rgb(101,249,191); }

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