#61EFD4

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

Shades of Aquamarine #61EFD4

Tints of Aquamarine #61EFD4

Color information

#61EFD4 (or 0x61EFD4) is unknown color: approx Aquamarine. HEX triplet: 61, EF and D4. RGB value is (97,239,212). Sum of RGB (Red+Green+Blue) = 97+239+212=548 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.70% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFD4 is #9E102B. Grayscale: #C1C1C1. Windows color (decimal): -10358828 or 13954913. OLE color: 13954913.

HSL color Cylindrical-coordinate representation of color #61EFD4: hue angle of 168.59º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFD4 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB97239212-
CMYK0.5900.110.06
HSL168.59º81.61%65.88%-
HSV(B)168.59º59.41%93.73%-
XYZ47.6869.0373.1-
YUV193.46138.4659.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.70%
GREEN value IS 239 (93.75% from 255) = 43.61%
BLUE value IS 212 (83.20% from 255) = 38.69%
R=17.70%
G=43.61%
B=38.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972392120.5900.110.06168.5981.6165.88
Hex61EFD43B0B6a95242
Octal141357324730136251122102
Binary11000011110111111010100111011010111101010100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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