#67F2DC

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

Shades of Aquamarine #67F2DC

Tints of Aquamarine #67F2DC

Color information

#67F2DC (or 0x67F2DC) is unknown color: approx Aquamarine. HEX triplet: 67, F2 and DC. RGB value is (103,242,220). Sum of RGB (Red+Green+Blue) = 103+242+220=565 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.23% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F2DC is #980D23. Grayscale: #C5C5C5. Windows color (decimal): -9964836 or 14479975. OLE color: 14479975.

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

Color convert

RGB103242220-
CMYK0.5700.090.05
HSL170.5º84.24%67.65%-
HSV(B)170.5º57.44%94.9%-
XYZ50.2671.5678.87-
YUV197.93140.4560.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.23%
GREEN value IS 242 (94.92% from 255) = 42.83%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=18.23%
G=42.83%
B=38.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1032422200.5700.090.05170.584.2467.65
Hex67F2DC39095ab5444
Octal147362334710115253124104
Binary11001111111001011011100111001010011011010101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67F2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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