#67F2C7

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

Shades of Aquamarine #67F2C7

Tints of Aquamarine #67F2C7

Color information

#67F2C7 (or 0x67F2C7) is unknown color: approx Aquamarine. HEX triplet: 67, F2 and C7. RGB value is (103,242,199). Sum of RGB (Red+Green+Blue) = 103+242+199=544 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.93% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F2C7 is #980D38. Grayscale: #C3C3C3. Windows color (decimal): -9964857 or 13103719. OLE color: 13103719.

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

Color convert

RGB103242199-
CMYK0.5700.180.05
HSL161.44º84.24%67.65%-
HSV(B)161.44º57.44%94.9%-
XYZ47.6570.5165.13-
YUV195.54129.9562-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.93%
GREEN value IS 242 (94.92% from 255) = 44.49%
BLUE value IS 199 (78.12% from 255) = 36.58%
R=18.93%
G=44.49%
B=36.58%

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
Decimal1032421990.5700.180.05161.4484.2467.65
Hex67F2C7390125a15444
Octal147362307710225241124104
Binary110011111110010110001111110010100101011010000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67F2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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