#67F2C6

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

Shades of Aquamarine #67F2C6

Tints of Aquamarine #67F2C6

Color information

#67F2C6 (or 0x67F2C6) is unknown color: approx Aquamarine. HEX triplet: 67, F2 and C6. RGB value is (103,242,198). Sum of RGB (Red+Green+Blue) = 103+242+198=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F2C6 is #980D39. Grayscale: #C3C3C3. Windows color (decimal): -9964858 or 13038183. OLE color: 13038183.

HSL color Cylindrical-coordinate representation of color #67F2C6: hue angle of 161.01º 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 #67F2C6 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB103242198-
CMYK0.5700.180.05
HSL161.01º84.24%67.65%-
HSV(B)161.01º57.44%94.9%-
XYZ47.5470.4764.52-
YUV195.42129.4562.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.97%
GREEN value IS 242 (94.92% from 255) = 44.57%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=18.97%
G=44.57%
B=36.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1032421980.5700.180.05161.0184.2467.65
Hex67F2C6390125a15444
Octal147362306710225241124104
Binary110011111110010110001101110010100101011010000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67F2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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