#67F2CA

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

Shades of Aquamarine #67F2CA

Tints of Aquamarine #67F2CA

Color information

#67F2CA (or 0x67F2CA) is unknown color: approx Aquamarine. HEX triplet: 67, F2 and CA. RGB value is (103,242,202). Sum of RGB (Red+Green+Blue) = 103+242+202=547 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.83% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F2CA is #980D35. Grayscale: #C3C3C3. Windows color (decimal): -9964854 or 13300327. OLE color: 13300327.

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

Color convert

RGB103242202-
CMYK0.5700.170.05
HSL162.73º84.24%67.65%-
HSV(B)162.73º57.44%94.9%-
XYZ48.0170.6566.98-
YUV195.88131.4561.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.83%
GREEN value IS 242 (94.92% from 255) = 44.24%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=18.83%
G=44.24%
B=36.93%

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
Decimal1032422020.5700.170.05162.7384.2467.65
Hex67F2CA390115a35444
Octal147362312710215243124104
Binary110011111110010110010101110010100011011010001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67F2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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