#67F2D8

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

Shades of Aquamarine #67F2D8

Tints of Aquamarine #67F2D8

Color information

#67F2D8 (or 0x67F2D8) is unknown color: approx Aquamarine. HEX triplet: 67, F2 and D8. RGB value is (103,242,216). Sum of RGB (Red+Green+Blue) = 103+242+216=561 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.36% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F2D8 is #980D27. Grayscale: #C5C5C5. Windows color (decimal): -9964840 or 14217831. OLE color: 14217831.

HSL color Cylindrical-coordinate representation of color #67F2D8: hue angle of 168.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F2D8 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB103242216-
CMYK0.5700.110.05
HSL168.78º84.24%67.65%-
HSV(B)168.78º57.44%94.9%-
XYZ49.7471.3576.12-
YUV197.48138.4560.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.36%
GREEN value IS 242 (94.92% from 255) = 43.14%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=18.36%
G=43.14%
B=38.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1032422160.5700.110.05168.7884.2467.65
Hex67F2D8390B5a95444
Octal147362330710135251124104
Binary11001111111001011011000111001010111011010100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67F2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67F2D8; }

 p { color: rgb(103,242,216); }

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

<style>
 a { background-color: #67F2D8; }

 a { background-color: rgb(103,242,216); }

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

<style>
 span { border-color: #67F2D8; }

 span { border-color: rgb(103,242,216); }

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