#65F0B4

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

Shades of Medium Aquamarine #65F0B4

Tints of Medium Aquamarine #65F0B4

Color information

#65F0B4 (or 0x65F0B4) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F0 and B4. RGB value is (101,240,180). Sum of RGB (Red+Green+Blue) = 101+240+180=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #65F0B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F0B4 is #9A0F4B. Grayscale: #BFBFBF. Windows color (decimal): -10096460 or 11858021. OLE color: 11858021.

HSL color Cylindrical-coordinate representation of color #65F0B4: hue angle of 154.1º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F0B4 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB101240180-
CMYK0.5800.250.06
HSL154.1º82.25%66.86%-
HSV(B)154.1º57.92%94.12%-
XYZ44.7768.3854.02-
YUV191.6121.4563.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.39%
GREEN value IS 240 (94.14% from 255) = 46.07%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=19.39%
G=46.07%
B=34.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012401800.5800.250.06154.182.2566.86
Hex65F0B43A01969a5243
Octal145360264720316232122103
Binary110010111110000101101001110100110011101001101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,240,180); }

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

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

 a { background-color: rgb(101,240,180); }

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

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

 span { border-color: rgb(101,240,180); }

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