#67F2C8

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

Shades of Aquamarine #67F2C8

Tints of Aquamarine #67F2C8

Color information

#67F2C8 (or 0x67F2C8) is unknown color: approx Aquamarine. HEX triplet: 67, F2 and C8. RGB value is (103,242,200). Sum of RGB (Red+Green+Blue) = 103+242+200=545 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.90% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F2C8 is #980D37. Grayscale: #C3C3C3. Windows color (decimal): -9964856 or 13169255. OLE color: 13169255.

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

Color convert

RGB103242200-
CMYK0.5700.170.05
HSL161.87º84.24%67.65%-
HSV(B)161.87º57.44%94.9%-
XYZ47.7770.5665.74-
YUV195.65130.4561.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.90%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 200 (78.52% from 255) = 36.70%
R=18.90%
G=44.40%
B=36.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1032422000.5700.170.05161.8784.2467.65
Hex67F2C8390115a25444
Octal147362310710215242124104
Binary110011111110010110010001110010100011011010001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67F2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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