#65EFD4

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

Shades of Aquamarine #65EFD4

Tints of Aquamarine #65EFD4

Color information

#65EFD4 (or 0x65EFD4) is unknown color: approx Aquamarine. HEX triplet: 65, EF and D4. RGB value is (101,239,212). Sum of RGB (Red+Green+Blue) = 101+239+212=552 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.30% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFD4 is #9A102B. Grayscale: #C2C2C2. Windows color (decimal): -10096684 or 13954917. OLE color: 13954917.

HSL color Cylindrical-coordinate representation of color #65EFD4: hue angle of 168.26º degrees, saturation: 0.81, 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 #65EFD4 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB101239212-
CMYK0.5800.110.06
HSL168.26º81.18%66.67%-
HSV(B)168.26º57.74%93.73%-
XYZ48.1269.2573.12-
YUV194.66137.7861.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.30%
GREEN value IS 239 (93.75% from 255) = 43.30%
BLUE value IS 212 (83.20% from 255) = 38.41%
R=18.30%
G=43.30%
B=38.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012392120.5800.110.06168.2681.1866.67
Hex65EFD43A0B6a85143
Octal145357324720136250121103
Binary11001011110111111010100111010010111101010100010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,239,212); }

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

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

 a { background-color: rgb(101,239,212); }

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

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

 span { border-color: rgb(101,239,212); }

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