#65FCB8

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

Shades of Aquamarine #65FCB8

Tints of Aquamarine #65FCB8

Color information

#65FCB8 (or 0x65FCB8) is unknown color: approx Aquamarine. HEX triplet: 65, FC and B8. RGB value is (101,252,184). Sum of RGB (Red+Green+Blue) = 101+252+184=537 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.81% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FCB8 is #9A0347. Grayscale: #C7C7C7. Windows color (decimal): -10093384 or 12123237. OLE color: 12123237.

HSL color Cylindrical-coordinate representation of color #65FCB8: hue angle of 152.98º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FCB8 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB101252184-
CMYK0.6000.270.01
HSL152.98º96.18%69.22%-
HSV(B)152.98º59.92%98.82%-
XYZ48.8375.8557.41-
YUV199.1119.4758.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.81%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 184 (72.27% from 255) = 34.26%
R=18.81%
G=46.93%
B=34.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012521840.6000.270.01152.9896.1869.22
Hex65FCB83C01B1996045
Octal145374270740331231140105
Binary1100101111111001011100011110001101111001100111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,252,184); }

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

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

 a { background-color: rgb(101,252,184); }

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

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

 span { border-color: rgb(101,252,184); }

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